Shades of Periwinkle #BBC9E9
Tints of Periwinkle #BBC9E9
RGB
CMYK
RGB Variations
Color information
#BBC9E9 (or 0xBBC9E9) is known color: Periwinkle. HEX triplet: BB, C9 and E9. RGB value is (187,201,233). Sum of RGB (Red+Green+Blue) = 187+201+233=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC9E9 is #443616. Grayscale: #C8C8C8. Windows color (decimal): -4470295 or 15321531. OLE color: 15321531.
HSL color Cylindrical-coordinate representation of color #BBC9E9: hue angle of 221.74º 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 #BBC9E9 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 201 | 233 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.09 |
| HSL | 221.74º | 0.51% | 0.82% | - |
| HSV(B) | 221.74º | 0.2% | 0.91% | - |
| XYZ | 56.09 | 58.22 | 85.37 | - |
| YUV | 200.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 233 | 0.20 | 0.14 | 0 | 0.09 | 221.74 | 0.51 | 0.82 |
| Hex | BB | C9 | E9 | 14 | E | 0 | 9 | DE | 33 | 52 |
| Octal | 273 | 311 | 351 | 24 | 16 | 0 | 11 | 336 | 63 | 122 |
| Binary | 10111011 | 11001001 | 11101001 | 10100 | 1110 | 0 | 1001 | 11011110 | 110011 | 1010010 |
Color Harmonies of #BBC9E9
Complementary color
Monochromatic Colors of #BBC9E9
Black with #BBC9E9
Text Example
Text Example
White with #BBC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9E9; }
p { color: rgb(187,201,233); }
H1.HeaderClassName
{
color: #BBC9E9;
}
.AnyTagClassName
{
color: #BBC9E9;
}
</style>
background-color css
<style>
a { background-color: #BBC9E9; }
a { background-color: rgb(187,201,233); }
div.DivClassName
{
background-color: #BBC9E9;
}
.BgClassName
{
background-color: #BBC9E9;
}
</style>
border-color css
<style>
span { border-color: #BBC9E9; }
span { border-color: rgb(187,201,233); }
td.TdClassName
{
border-color: #BBC9E9;
}
.TagClassName
{
border-color: #BBC9E9;
}
</style>