crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#bb99ee hex color - Blue - Cool color - Information

#bb99ee hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #bb99ee Color code in RGB color code model is created after adding 73.33% red color, 60% green color and 93.33% blue color. Hex #bb99ee Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 36% magenta, 0% yellow and 7% black.

Hex #bb99ee color code is a web safe color. Next web safe color code is #aa88dd and previous web safe color code is #ccaaff. You can see here many more shades of #bb99ee color code.

0 Likes 0 Comments | 26 Views

Color Table

Hex Color Codebb99ee#bb99ee
RGB Decimal187, 153, 238rgb(187, 153, 238)
RGB Percent73%, 60%, 93%rgb(73%, 60%, 93%)
CSS RGBa187, 153, 238,1rgba(187,153,238,1)
CMYK Modelcmyk(21%,36%,0%,7%)
HSL Color Space264,71% ,77%hsl(264,71% ,77%)
HSV Color Space264°, 36%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110111001100111101110
Octal273231356
Decimal187153238
Hexbb99ee

Different shades of #bb99ee color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bb99ee
#d8c5f5
Dark Shade of #bb99ee
#9e6de7
Saturated Shade of #bb99ee
#ba93f4
Desaturated Shade of #bb99ee
#bc9fe8
Grey scale Shade of #bb99ee
#c3c3c3
Brighten Shade
#d4b2ff
Most Readable Shade
#000000

Shades of #bb99ee color code

Generate more color scales with scales (color stack) generator.

#bb99ee
#a688d3
#9177b9
#7c669e
#675584
#534469
#3e334f
#292234
#14111a
#000000

Similar Color like #bb99ee color

Find visually similar hex color codes nearing to #bb99ee hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bc9aef
#bd9bf0
#be9cf1
#bf9df2
#c09ef3
#c19ff4
#c2a0f5
#c3a1f6
#c4a2f7
#c5a3f8
#c6a4f9
#c7a5fa
#c8a6fb
#c9a7fc
#ba98ed
#b997ec
#b896eb
#b795ea
#b694e9
#b593e8
#b492e7
#b391e6
#b290e5
#b18fe4
#b08ee3
#af8de2
#ae8ce1
#ad8be0

Monochromatic Color with #bb99ee

#bb99ee
#14101a
#352c44
#57476e
#786299
#9a7ec3

Tints of #bb99ee Color

#bb99ee
#c2a4ef
#caaff1
#d1bbf3
#d9c6f5
#e0d1f7
#e8ddf9
#efe8fb
#f7f3fd
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bb99ee
#ccee99

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bb99ee
#eee699
#a1ee99

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#9999ee
#aa99ee
#bb99ee
#cc99ee
#dd99ee

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bb99ee
#eebb99
#99eebb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bb99ee
#ee99a1
#ccee99
#99eee5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bb99ee
#ccee99
#a1ee99
#e699ee

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bb99ee Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bb99ee Color Code Preview on Black Background Color

This is how #bb99ee Color will look on black background color. Color contrast ratio is 8.90

#bb99ee in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bb99ee">Your Example Paragraph content text in with font color #bb99ee </p>

Your Example Paragraph content text in with font color #bb99ee

HTML with inline CSS

<div style="color:#bb99ee">Your Paragraph text in with font color #bb99ee </div>

Your Example Paragraph content text in with font color #bb99ee

#bb99ee color code is use for CSS Background Color

Background color for the above div is #bb99ee

HTML with inline CSS

<div style="background-color:#bb99ee;"></div>

#bb99ee color code is use for CSS Border Color

CSS Border color for the above div is #bb99ee

HTML with inline CSS

<div style="border:5px solid #bb99ee;"></div>

CSS Border Left color for the above div is #bb99ee

HTML with inline CSS

<div style="border-left:5px solid #bb99ee;"></div>

CSS Border Right color for the above div is #bb99ee

HTML with inline CSS

<div style="border-right:5px solid #bb99ee;"></div>

CSS Border Bottom color for the above div is #bb99ee

HTML with inline CSS

<div style="border-bottom:5px solid #bb99ee;"></div>

CSS Border Top color for the above div is #bb99ee

HTML with inline CSS

<div style="border-top:5px solid #bb99ee;"></div>

#bb99ee hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bb99ee; } .examplecolorclass {color:#bb99ee; } .examplebordercolor {border:3px solid #bb99ee; }

#bb99ee Color code Preview on White Background

This is how #bb99ee Color code will look on white background color. Color contrast ratio is 2.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bb99ee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bb99ee; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.