Shades of Periwinkle #BCCEFF
Tints of Periwinkle #BCCEFF
RGB
CMYK
RGB Variations
Color information
#BCCEFF (or 0xBCCEFF) is known color: Periwinkle. HEX triplet: BC, CE and FF. RGB value is (188,206,255). Sum of RGB (Red+Green+Blue) = 188+206+255=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFF is #433100. Grayscale: #CDCDCD. Windows color (decimal): -4403457 or 16764604. OLE color: 16764604.
HSL color Cylindrical-coordinate representation of color #BCCEFF: hue angle of 223.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCEFF is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 206 | 255 | - |
| CMYK | 0.26 | 0.19 | 0 | 0 |
| HSL | 223.88º | 1% | 0.87% | - |
| HSV(B) | 223.88º | 0.26% | 1% | - |
| XYZ | 60.86 | 62.05 | 103.38 | - |
| YUV | 206.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 255 | 0.26 | 0.19 | 0 | 0 | 223.88 | 1 | 0.87 |
| Hex | BC | CE | FF | 1A | 13 | 0 | 0 | E0 | 64 | 57 |
| Octal | 274 | 316 | 377 | 32 | 23 | 0 | 0 | 340 | 144 | 127 |
| Binary | 10111100 | 11001110 | 11111111 | 11010 | 10011 | 0 | 0 | 11100000 | 1100100 | 1010111 |
Color Harmonies of #BCCEFF
Complementary color
Monochromatic Colors of #BCCEFF
Black with #BCCEFF
Text Example
Text Example
White with #BCCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEFF; }
p { color: rgb(188,206,255); }
H1.HeaderClassName
{
color: #BCCEFF;
}
.AnyTagClassName
{
color: #BCCEFF;
}
</style>
background-color css
<style>
a { background-color: #BCCEFF; }
a { background-color: rgb(188,206,255); }
div.DivClassName
{
background-color: #BCCEFF;
}
.BgClassName
{
background-color: #BCCEFF;
}
</style>
border-color css
<style>
span { border-color: #BCCEFF; }
span { border-color: rgb(188,206,255); }
td.TdClassName
{
border-color: #BCCEFF;
}
.TagClassName
{
border-color: #BCCEFF;
}
</style>