Shades of Periwinkle #BCCEE8
Tints of Periwinkle #BCCEE8
RGB
CMYK
RGB Variations
Color information
#BCCEE8 (or 0xBCCEE8) is known color: Periwinkle. HEX triplet: BC, CE and E8. RGB value is (188,206,232). Sum of RGB (Red+Green+Blue) = 188+206+232=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEE8 is #433117. Grayscale: #CBCBCB. Windows color (decimal): -4403480 or 15257276. OLE color: 15257276.
HSL color Cylindrical-coordinate representation of color #BCCEE8: hue angle of 215.45º 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 #BCCEE8 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 206 | 232 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.09 |
| HSL | 215.45º | 0.49% | 0.82% | - |
| HSV(B) | 215.45º | 0.19% | 0.91% | - |
| XYZ | 57.38 | 60.66 | 85.03 | - |
| YUV | 203.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 232 | 0.19 | 0.11 | 0 | 0.09 | 215.45 | 0.49 | 0.82 |
| Hex | BC | CE | E8 | 13 | B | 0 | 9 | D7 | 31 | 52 |
| Octal | 274 | 316 | 350 | 23 | 13 | 0 | 11 | 327 | 61 | 122 |
| Binary | 10111100 | 11001110 | 11101000 | 10011 | 1011 | 0 | 1001 | 11010111 | 110001 | 1010010 |
Color Harmonies of #BCCEE8
Complementary color
Monochromatic Colors of #BCCEE8
Black with #BCCEE8
Text Example
Text Example
White with #BCCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEE8; }
p { color: rgb(188,206,232); }
H1.HeaderClassName
{
color: #BCCEE8;
}
.AnyTagClassName
{
color: #BCCEE8;
}
</style>
background-color css
<style>
a { background-color: #BCCEE8; }
a { background-color: rgb(188,206,232); }
div.DivClassName
{
background-color: #BCCEE8;
}
.BgClassName
{
background-color: #BCCEE8;
}
</style>
border-color css
<style>
span { border-color: #BCCEE8; }
span { border-color: rgb(188,206,232); }
td.TdClassName
{
border-color: #BCCEE8;
}
.TagClassName
{
border-color: #BCCEE8;
}
</style>