Shades of Periwinkle #BBC9E8
Tints of Periwinkle #BBC9E8
RGB
CMYK
RGB Variations
Color information
#BBC9E8 (or 0xBBC9E8) is known color: Periwinkle. HEX triplet: BB, C9 and E8. RGB value is (187,201,232). Sum of RGB (Red+Green+Blue) = 187+201+232=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9E8 is #443617. Grayscale: #C8C8C8. Windows color (decimal): -4470296 or 15255995. OLE color: 15255995.
HSL color Cylindrical-coordinate representation of color #BBC9E8: hue angle of 221.33º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC9E8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 201 | 232 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.09 |
| HSL | 221.33º | 0.49% | 0.82% | - |
| HSV(B) | 221.33º | 0.19% | 0.91% | - |
| XYZ | 55.95 | 58.16 | 84.62 | - |
| YUV | 200.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 232 | 0.19 | 0.13 | 0 | 0.09 | 221.33 | 0.49 | 0.82 |
| Hex | BB | C9 | E8 | 13 | D | 0 | 9 | DD | 31 | 52 |
| Octal | 273 | 311 | 350 | 23 | 15 | 0 | 11 | 335 | 61 | 122 |
| Binary | 10111011 | 11001001 | 11101000 | 10011 | 1101 | 0 | 1001 | 11011101 | 110001 | 1010010 |
Color Harmonies of #BBC9E8
Complementary color
Monochromatic Colors of #BBC9E8
Black with #BBC9E8
Text Example
Text Example
White with #BBC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9E8; }
p { color: rgb(187,201,232); }
H1.HeaderClassName
{
color: #BBC9E8;
}
.AnyTagClassName
{
color: #BBC9E8;
}
</style>
background-color css
<style>
a { background-color: #BBC9E8; }
a { background-color: rgb(187,201,232); }
div.DivClassName
{
background-color: #BBC9E8;
}
.BgClassName
{
background-color: #BBC9E8;
}
</style>
border-color css
<style>
span { border-color: #BBC9E8; }
span { border-color: rgb(187,201,232); }
td.TdClassName
{
border-color: #BBC9E8;
}
.TagClassName
{
border-color: #BBC9E8;
}
</style>