Shades of Periwinkle #BBC8E5
Tints of Periwinkle #BBC8E5
RGB
CMYK
RGB Variations
Color information
#BBC8E5 (or 0xBBC8E5) is known color: Periwinkle. HEX triplet: BB, C8 and E5. RGB value is (187,200,229). Sum of RGB (Red+Green+Blue) = 187+200+229=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8E5 is #44371A. Grayscale: #C7C7C7. Windows color (decimal): -4470555 or 15059131. OLE color: 15059131.
HSL color Cylindrical-coordinate representation of color #BBC8E5: hue angle of 221.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC8E5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 200 | 229 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.10 |
| HSL | 221.43º | 0.45% | 0.82% | - |
| HSV(B) | 221.43º | 0.18% | 0.9% | - |
| XYZ | 55.29 | 57.53 | 82.32 | - |
| YUV | 199.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 229 | 0.18 | 0.13 | 0 | 0.10 | 221.43 | 0.45 | 0.82 |
| Hex | BB | C8 | E5 | 12 | D | 0 | A | DD | 2D | 52 |
| Octal | 273 | 310 | 345 | 22 | 15 | 0 | 12 | 335 | 55 | 122 |
| Binary | 10111011 | 11001000 | 11100101 | 10010 | 1101 | 0 | 1010 | 11011101 | 101101 | 1010010 |
Color Harmonies of #BBC8E5
Complementary color
Monochromatic Colors of #BBC8E5
Black with #BBC8E5
Text Example
Text Example
White with #BBC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8E5; }
p { color: rgb(187,200,229); }
H1.HeaderClassName
{
color: #BBC8E5;
}
.AnyTagClassName
{
color: #BBC8E5;
}
</style>
background-color css
<style>
a { background-color: #BBC8E5; }
a { background-color: rgb(187,200,229); }
div.DivClassName
{
background-color: #BBC8E5;
}
.BgClassName
{
background-color: #BBC8E5;
}
</style>
border-color css
<style>
span { border-color: #BBC8E5; }
span { border-color: rgb(187,200,229); }
td.TdClassName
{
border-color: #BBC8E5;
}
.TagClassName
{
border-color: #BBC8E5;
}
</style>