Shades of Periwinkle #BCCCE8
Tints of Periwinkle #BCCCE8
RGB
CMYK
RGB Variations
Color information
#BCCCE8 (or 0xBCCCE8) is known color: Periwinkle. HEX triplet: BC, CC and E8. RGB value is (188,204,232). Sum of RGB (Red+Green+Blue) = 188+204+232=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCE8 is #433317. Grayscale: #CACACA. Windows color (decimal): -4403992 or 15256764. OLE color: 15256764.
HSL color Cylindrical-coordinate representation of color #BCCCE8: hue angle of 218.18º 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 #BCCCE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 204 | 232 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 218.18º | 0.49% | 0.82% | - |
| HSV(B) | 218.18º | 0.19% | 0.91% | - |
| XYZ | 56.9 | 59.7 | 84.87 | - |
| YUV | 202.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 232 | 0.19 | 0.12 | 0 | 0.09 | 218.18 | 0.49 | 0.82 |
| Hex | BC | CC | E8 | 13 | C | 0 | 9 | DA | 31 | 52 |
| Octal | 274 | 314 | 350 | 23 | 14 | 0 | 11 | 332 | 61 | 122 |
| Binary | 10111100 | 11001100 | 11101000 | 10011 | 1100 | 0 | 1001 | 11011010 | 110001 | 1010010 |
Color Harmonies of #BCCCE8
Complementary color
Monochromatic Colors of #BCCCE8
Black with #BCCCE8
Text Example
Text Example
White with #BCCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCE8; }
p { color: rgb(188,204,232); }
H1.HeaderClassName
{
color: #BCCCE8;
}
.AnyTagClassName
{
color: #BCCCE8;
}
</style>
background-color css
<style>
a { background-color: #BCCCE8; }
a { background-color: rgb(188,204,232); }
div.DivClassName
{
background-color: #BCCCE8;
}
.BgClassName
{
background-color: #BCCCE8;
}
</style>
border-color css
<style>
span { border-color: #BCCCE8; }
span { border-color: rgb(188,204,232); }
td.TdClassName
{
border-color: #BCCCE8;
}
.TagClassName
{
border-color: #BCCCE8;
}
</style>