Shades of Periwinkle #BCCEFC
Tints of Periwinkle #BCCEFC
RGB
CMYK
RGB Variations
Color information
#BCCEFC (or 0xBCCEFC) is known color: Periwinkle. HEX triplet: BC, CE and FC. RGB value is (188,206,252). Sum of RGB (Red+Green+Blue) = 188+206+252=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFC is #433103. Grayscale: #CDCDCD. Windows color (decimal): -4403460 or 16567996. OLE color: 16567996.
HSL color Cylindrical-coordinate representation of color #BCCEFC: hue angle of 223.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCEFC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 206 | 252 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.01 |
| HSL | 223.13º | 0.91% | 0.86% | - |
| HSV(B) | 223.13º | 0.25% | 0.99% | - |
| XYZ | 60.38 | 61.86 | 100.85 | - |
| YUV | 205.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 252 | 0.25 | 0.18 | 0 | 0.01 | 223.13 | 0.91 | 0.86 |
| Hex | BC | CE | FC | 19 | 12 | 0 | 1 | DF | 5B | 56 |
| Octal | 274 | 316 | 374 | 31 | 22 | 0 | 1 | 337 | 133 | 126 |
| Binary | 10111100 | 11001110 | 11111100 | 11001 | 10010 | 0 | 1 | 11011111 | 1011011 | 1010110 |
Color Harmonies of #BCCEFC
Complementary color
Monochromatic Colors of #BCCEFC
Black with #BCCEFC
Text Example
Text Example
White with #BCCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEFC; }
p { color: rgb(188,206,252); }
H1.HeaderClassName
{
color: #BCCEFC;
}
.AnyTagClassName
{
color: #BCCEFC;
}
</style>
background-color css
<style>
a { background-color: #BCCEFC; }
a { background-color: rgb(188,206,252); }
div.DivClassName
{
background-color: #BCCEFC;
}
.BgClassName
{
background-color: #BCCEFC;
}
</style>
border-color css
<style>
span { border-color: #BCCEFC; }
span { border-color: rgb(188,206,252); }
td.TdClassName
{
border-color: #BCCEFC;
}
.TagClassName
{
border-color: #BCCEFC;
}
</style>