Shades of Periwinkle #BCCEE7
Tints of Periwinkle #BCCEE7
RGB
CMYK
RGB Variations
Color information
#BCCEE7 (or 0xBCCEE7) is known color: Periwinkle. HEX triplet: BC, CE and E7. RGB value is (188,206,231). Sum of RGB (Red+Green+Blue) = 188+206+231=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEE7 is #433118. Grayscale: #CBCBCB. Windows color (decimal): -4403481 or 15191740. OLE color: 15191740.
HSL color Cylindrical-coordinate representation of color #BCCEE7: hue angle of 214.88º degrees, saturation: 0.47, 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 #BCCEE7 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 206 | 231 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.09 |
| HSL | 214.88º | 0.47% | 0.82% | - |
| HSV(B) | 214.88º | 0.19% | 0.91% | - |
| XYZ | 57.23 | 60.6 | 84.28 | - |
| YUV | 203.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 231 | 0.19 | 0.11 | 0 | 0.09 | 214.88 | 0.47 | 0.82 |
| Hex | BC | CE | E7 | 13 | B | 0 | 9 | D7 | 2F | 52 |
| Octal | 274 | 316 | 347 | 23 | 13 | 0 | 11 | 327 | 57 | 122 |
| Binary | 10111100 | 11001110 | 11100111 | 10011 | 1011 | 0 | 1001 | 11010111 | 101111 | 1010010 |
Color Harmonies of #BCCEE7
Complementary color
Monochromatic Colors of #BCCEE7
Black with #BCCEE7
Text Example
Text Example
White with #BCCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEE7; }
p { color: rgb(188,206,231); }
H1.HeaderClassName
{
color: #BCCEE7;
}
.AnyTagClassName
{
color: #BCCEE7;
}
</style>
background-color css
<style>
a { background-color: #BCCEE7; }
a { background-color: rgb(188,206,231); }
div.DivClassName
{
background-color: #BCCEE7;
}
.BgClassName
{
background-color: #BCCEE7;
}
</style>
border-color css
<style>
span { border-color: #BCCEE7; }
span { border-color: rgb(188,206,231); }
td.TdClassName
{
border-color: #BCCEE7;
}
.TagClassName
{
border-color: #BCCEE7;
}
</style>