Shades of Periwinkle #BBC8E9
Tints of Periwinkle #BBC8E9
RGB
CMYK
RGB Variations
Color information
#BBC8E9 (or 0xBBC8E9) is known color: Periwinkle. HEX triplet: BB, C8 and E9. RGB value is (187,200,233). Sum of RGB (Red+Green+Blue) = 187+200+233=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8E9 is #443716. Grayscale: #C7C7C7. Windows color (decimal): -4470551 or 15321275. OLE color: 15321275.
HSL color Cylindrical-coordinate representation of color #BBC8E9: hue angle of 223.04º 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 #BBC8E9 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 200 | 233 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.09 |
| HSL | 223.04º | 0.51% | 0.82% | - |
| HSV(B) | 223.04º | 0.2% | 0.91% | - |
| XYZ | 55.86 | 57.76 | 85.3 | - |
| YUV | 199.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 233 | 0.20 | 0.14 | 0 | 0.09 | 223.04 | 0.51 | 0.82 |
| Hex | BB | C8 | E9 | 14 | E | 0 | 9 | DF | 33 | 52 |
| Octal | 273 | 310 | 351 | 24 | 16 | 0 | 11 | 337 | 63 | 122 |
| Binary | 10111011 | 11001000 | 11101001 | 10100 | 1110 | 0 | 1001 | 11011111 | 110011 | 1010010 |
Color Harmonies of #BBC8E9
Complementary color
Monochromatic Colors of #BBC8E9
Black with #BBC8E9
Text Example
Text Example
White with #BBC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8E9; }
p { color: rgb(187,200,233); }
H1.HeaderClassName
{
color: #BBC8E9;
}
.AnyTagClassName
{
color: #BBC8E9;
}
</style>
background-color css
<style>
a { background-color: #BBC8E9; }
a { background-color: rgb(187,200,233); }
div.DivClassName
{
background-color: #BBC8E9;
}
.BgClassName
{
background-color: #BBC8E9;
}
</style>
border-color css
<style>
span { border-color: #BBC8E9; }
span { border-color: rgb(187,200,233); }
td.TdClassName
{
border-color: #BBC8E9;
}
.TagClassName
{
border-color: #BBC8E9;
}
</style>