Shades of Periwinkle #BBC5E8
Tints of Periwinkle #BBC5E8
RGB
CMYK
RGB Variations
Color information
#BBC5E8 (or 0xBBC5E8) is known color: Periwinkle. HEX triplet: BB, C5 and E8. RGB value is (187,197,232). Sum of RGB (Red+Green+Blue) = 187+197+232=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5E8 is #443A17. Grayscale: #C5C5C5. Windows color (decimal): -4471320 or 15254971. OLE color: 15254971.
HSL color Cylindrical-coordinate representation of color #BBC5E8: hue angle of 226.67º 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 #BBC5E8 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 187 | 197 | 232 | - |
CMYK | 0.19 | 0.15 | 0 | 0.09 |
HSL | 226.67º | 0.49% | 0.82% | - |
HSV(B) | 226.67º | 0.19% | 0.91% | - |
XYZ | 55.03 | 56.32 | 84.32 | - |
YUV | 198 | 147.19 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 232 | 0.19 | 0.15 | 0 | 0.09 | 226.67 | 0.49 | 0.82 |
Hex | BB | C5 | E8 | 13 | F | 0 | 9 | E3 | 31 | 52 |
Octal | 273 | 305 | 350 | 23 | 17 | 0 | 11 | 343 | 61 | 122 |
Binary | 10111011 | 11000101 | 11101000 | 10011 | 1111 | 0 | 1001 | 11100011 | 110001 | 1010010 |
Color Harmonies of #BBC5E8
Complementary color
Monochromatic Colors of #BBC5E8
Black with #BBC5E8
Text Example
Text Example
White with #BBC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5E8; }
p { color: rgb(187,197,232); }
H1.HeaderClassName
{
color: #BBC5E8;
}
.AnyTagClassName
{
color: #BBC5E8;
}
</style>
background-color css
<style>
a { background-color: #BBC5E8; }
a { background-color: rgb(187,197,232); }
div.DivClassName
{
background-color: #BBC5E8;
}
.BgClassName
{
background-color: #BBC5E8;
}
</style>
border-color css
<style>
span { border-color: #BBC5E8; }
span { border-color: rgb(187,197,232); }
td.TdClassName
{
border-color: #BBC5E8;
}
.TagClassName
{
border-color: #BBC5E8;
}
</style>