Shades of Periwinkle #BBC5E1
Tints of Periwinkle #BBC5E1
RGB
CMYK
RGB Variations
Color information
#BBC5E1 (or 0xBBC5E1) is known color: Periwinkle. HEX triplet: BB, C5 and E1. RGB value is (187,197,225). Sum of RGB (Red+Green+Blue) = 187+197+225=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBC5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5E1 is #443A1E. Grayscale: #C5C5C5. Windows color (decimal): -4471327 or 14796219. OLE color: 14796219.
HSL color Cylindrical-coordinate representation of color #BBC5E1: hue angle of 224.21º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC5E1 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 197 | 225 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.12 |
| HSL | 224.21º | 0.39% | 0.81% | - |
| HSV(B) | 224.21º | 0.17% | 0.88% | - |
| XYZ | 54.05 | 55.93 | 79.18 | - |
| YUV | 197.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 225 | 0.17 | 0.12 | 0 | 0.12 | 224.21 | 0.39 | 0.81 |
| Hex | BB | C5 | E1 | 11 | C | 0 | C | E0 | 27 | 51 |
| Octal | 273 | 305 | 341 | 21 | 14 | 0 | 14 | 340 | 47 | 121 |
| Binary | 10111011 | 11000101 | 11100001 | 10001 | 1100 | 0 | 1100 | 11100000 | 100111 | 1010001 |
Color Harmonies of #BBC5E1
Complementary color
Monochromatic Colors of #BBC5E1
Black with #BBC5E1
Text Example
Text Example
White with #BBC5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5E1; }
p { color: rgb(187,197,225); }
H1.HeaderClassName
{
color: #BBC5E1;
}
.AnyTagClassName
{
color: #BBC5E1;
}
</style>
background-color css
<style>
a { background-color: #BBC5E1; }
a { background-color: rgb(187,197,225); }
div.DivClassName
{
background-color: #BBC5E1;
}
.BgClassName
{
background-color: #BBC5E1;
}
</style>
border-color css
<style>
span { border-color: #BBC5E1; }
span { border-color: rgb(187,197,225); }
td.TdClassName
{
border-color: #BBC5E1;
}
.TagClassName
{
border-color: #BBC5E1;
}
</style>