Shades of Periwinkle #BBCEEA
Tints of Periwinkle #BBCEEA
RGB
CMYK
RGB Variations
Color information
#BBCEEA (or 0xBBCEEA) is known color: Periwinkle. HEX triplet: BB, CE and EA. RGB value is (187,206,234). Sum of RGB (Red+Green+Blue) = 187+206+234=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEEA is #443115. Grayscale: #CBCBCB. Windows color (decimal): -4469014 or 15388347. OLE color: 15388347.
HSL color Cylindrical-coordinate representation of color #BBCEEA: hue angle of 215.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCEEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 206 | 234 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.08 |
| HSL | 215.74º | 0.53% | 0.83% | - |
| HSV(B) | 215.74º | 0.2% | 0.92% | - |
| XYZ | 57.42 | 60.65 | 86.52 | - |
| YUV | 203.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 234 | 0.20 | 0.12 | 0 | 0.08 | 215.74 | 0.53 | 0.83 |
| Hex | BB | CE | EA | 14 | C | 0 | 8 | D8 | 35 | 53 |
| Octal | 273 | 316 | 352 | 24 | 14 | 0 | 10 | 330 | 65 | 123 |
| Binary | 10111011 | 11001110 | 11101010 | 10100 | 1100 | 0 | 1000 | 11011000 | 110101 | 1010011 |
Color Harmonies of #BBCEEA
Complementary color
Monochromatic Colors of #BBCEEA
Black with #BBCEEA
Text Example
Text Example
White with #BBCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEEA; }
p { color: rgb(187,206,234); }
H1.HeaderClassName
{
color: #BBCEEA;
}
.AnyTagClassName
{
color: #BBCEEA;
}
</style>
background-color css
<style>
a { background-color: #BBCEEA; }
a { background-color: rgb(187,206,234); }
div.DivClassName
{
background-color: #BBCEEA;
}
.BgClassName
{
background-color: #BBCEEA;
}
</style>
border-color css
<style>
span { border-color: #BBCEEA; }
span { border-color: rgb(187,206,234); }
td.TdClassName
{
border-color: #BBCEEA;
}
.TagClassName
{
border-color: #BBCEEA;
}
</style>