Shades of Periwinkle #BBCAE9
Tints of Periwinkle #BBCAE9
RGB
CMYK
RGB Variations
Color information
#BBCAE9 (or 0xBBCAE9) is known color: Periwinkle. HEX triplet: BB, CA and E9. RGB value is (187,202,233). Sum of RGB (Red+Green+Blue) = 187+202+233=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBCAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAE9 is #443516. Grayscale: #C8C8C8. Windows color (decimal): -4470039 or 15321787. OLE color: 15321787.
HSL color Cylindrical-coordinate representation of color #BBCAE9: hue angle of 220.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCAE9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 187 | 202 | 233 | - |
CMYK | 0.20 | 0.13 | 0 | 0.09 |
HSL | 220.43º | 0.51% | 0.82% | - |
HSV(B) | 220.43º | 0.2% | 0.91% | - |
XYZ | 56.32 | 58.69 | 85.45 | - |
YUV | 201.05 | 146.03 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 233 | 0.20 | 0.13 | 0 | 0.09 | 220.43 | 0.51 | 0.82 |
Hex | BB | CA | E9 | 14 | D | 0 | 9 | DC | 33 | 52 |
Octal | 273 | 312 | 351 | 24 | 15 | 0 | 11 | 334 | 63 | 122 |
Binary | 10111011 | 11001010 | 11101001 | 10100 | 1101 | 0 | 1001 | 11011100 | 110011 | 1010010 |
Color Harmonies of #BBCAE9
Complementary color
Monochromatic Colors of #BBCAE9
Black with #BBCAE9
Text Example
Text Example
White with #BBCAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAE9; }
p { color: rgb(187,202,233); }
H1.HeaderClassName
{
color: #BBCAE9;
}
.AnyTagClassName
{
color: #BBCAE9;
}
</style>
background-color css
<style>
a { background-color: #BBCAE9; }
a { background-color: rgb(187,202,233); }
div.DivClassName
{
background-color: #BBCAE9;
}
.BgClassName
{
background-color: #BBCAE9;
}
</style>
border-color css
<style>
span { border-color: #BBCAE9; }
span { border-color: rgb(187,202,233); }
td.TdClassName
{
border-color: #BBCAE9;
}
.TagClassName
{
border-color: #BBCAE9;
}
</style>