Shades of Periwinkle #BBC7E1
Tints of Periwinkle #BBC7E1
RGB
CMYK
RGB Variations
Color information
#BBC7E1 (or 0xBBC7E1) is known color: Periwinkle. HEX triplet: BB, C7 and E1. RGB value is (187,199,225). Sum of RGB (Red+Green+Blue) = 187+199+225=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7E1 is #44381E. Grayscale: #C6C6C6. Windows color (decimal): -4470815 or 14796731. OLE color: 14796731.
HSL color Cylindrical-coordinate representation of color #BBC7E1: hue angle of 221.05º 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 #BBC7E1 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 199 | 225 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.12 |
| HSL | 221.05º | 0.39% | 0.81% | - |
| HSV(B) | 221.05º | 0.17% | 0.88% | - |
| XYZ | 54.51 | 56.85 | 79.33 | - |
| YUV | 198.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 225 | 0.17 | 0.12 | 0 | 0.12 | 221.05 | 0.39 | 0.81 |
| Hex | BB | C7 | E1 | 11 | C | 0 | C | DD | 27 | 51 |
| Octal | 273 | 307 | 341 | 21 | 14 | 0 | 14 | 335 | 47 | 121 |
| Binary | 10111011 | 11000111 | 11100001 | 10001 | 1100 | 0 | 1100 | 11011101 | 100111 | 1010001 |
Color Harmonies of #BBC7E1
Complementary color
Monochromatic Colors of #BBC7E1
Black with #BBC7E1
Text Example
Text Example
White with #BBC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7E1; }
p { color: rgb(187,199,225); }
H1.HeaderClassName
{
color: #BBC7E1;
}
.AnyTagClassName
{
color: #BBC7E1;
}
</style>
background-color css
<style>
a { background-color: #BBC7E1; }
a { background-color: rgb(187,199,225); }
div.DivClassName
{
background-color: #BBC7E1;
}
.BgClassName
{
background-color: #BBC7E1;
}
</style>
border-color css
<style>
span { border-color: #BBC7E1; }
span { border-color: rgb(187,199,225); }
td.TdClassName
{
border-color: #BBC7E1;
}
.TagClassName
{
border-color: #BBC7E1;
}
</style>