Shades of Periwinkle #BBC9EA
Tints of Periwinkle #BBC9EA
RGB
CMYK
RGB Variations
Color information
#BBC9EA (or 0xBBC9EA) is known color: Periwinkle. HEX triplet: BB, C9 and EA. RGB value is (187,201,234). Sum of RGB (Red+Green+Blue) = 187+201+234=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9EA is #443615. Grayscale: #C8C8C8. Windows color (decimal): -4470294 or 15387067. OLE color: 15387067.
HSL color Cylindrical-coordinate representation of color #BBC9EA: hue angle of 222.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC9EA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 201 | 234 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.08 |
| HSL | 222.13º | 0.53% | 0.83% | - |
| HSV(B) | 222.13º | 0.2% | 0.92% | - |
| XYZ | 56.23 | 58.28 | 86.13 | - |
| YUV | 200.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 234 | 0.20 | 0.14 | 0 | 0.08 | 222.13 | 0.53 | 0.83 |
| Hex | BB | C9 | EA | 14 | E | 0 | 8 | DE | 35 | 53 |
| Octal | 273 | 311 | 352 | 24 | 16 | 0 | 10 | 336 | 65 | 123 |
| Binary | 10111011 | 11001001 | 11101010 | 10100 | 1110 | 0 | 1000 | 11011110 | 110101 | 1010011 |
Color Harmonies of #BBC9EA
Complementary color
Monochromatic Colors of #BBC9EA
Black with #BBC9EA
Text Example
Text Example
White with #BBC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9EA; }
p { color: rgb(187,201,234); }
H1.HeaderClassName
{
color: #BBC9EA;
}
.AnyTagClassName
{
color: #BBC9EA;
}
</style>
background-color css
<style>
a { background-color: #BBC9EA; }
a { background-color: rgb(187,201,234); }
div.DivClassName
{
background-color: #BBC9EA;
}
.BgClassName
{
background-color: #BBC9EA;
}
</style>
border-color css
<style>
span { border-color: #BBC9EA; }
span { border-color: rgb(187,201,234); }
td.TdClassName
{
border-color: #BBC9EA;
}
.TagClassName
{
border-color: #BBC9EA;
}
</style>