Shades of Periwinkle #BCCEFE
Tints of Periwinkle #BCCEFE
RGB
CMYK
RGB Variations
Color information
#BCCEFE (or 0xBCCEFE) is known color: Periwinkle. HEX triplet: BC, CE and FE. RGB value is (188,206,254). Sum of RGB (Red+Green+Blue) = 188+206+254=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFE is #433101. Grayscale: #CDCDCD. Windows color (decimal): -4403458 or 16699068. OLE color: 16699068.
HSL color Cylindrical-coordinate representation of color #BCCEFE: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCEFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 206 | 254 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.00 |
| HSL | 223.64º | 0.97% | 0.87% | - |
| HSV(B) | 223.64º | 0.26% | 1% | - |
| XYZ | 60.7 | 61.99 | 102.53 | - |
| YUV | 206.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 254 | 0.26 | 0.19 | 0 | 0.00 | 223.64 | 0.97 | 0.87 |
| Hex | BC | CE | FE | 1A | 13 | 0 | 0 | E0 | 61 | 57 |
| Octal | 274 | 316 | 376 | 32 | 23 | 0 | 0 | 340 | 141 | 127 |
| Binary | 10111100 | 11001110 | 11111110 | 11010 | 10011 | 0 | 0 | 11100000 | 1100001 | 1010111 |
Color Harmonies of #BCCEFE
Complementary color
Monochromatic Colors of #BCCEFE
Black with #BCCEFE
Text Example
Text Example
White with #BCCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEFE; }
p { color: rgb(188,206,254); }
H1.HeaderClassName
{
color: #BCCEFE;
}
.AnyTagClassName
{
color: #BCCEFE;
}
</style>
background-color css
<style>
a { background-color: #BCCEFE; }
a { background-color: rgb(188,206,254); }
div.DivClassName
{
background-color: #BCCEFE;
}
.BgClassName
{
background-color: #BCCEFE;
}
</style>
border-color css
<style>
span { border-color: #BCCEFE; }
span { border-color: rgb(188,206,254); }
td.TdClassName
{
border-color: #BCCEFE;
}
.TagClassName
{
border-color: #BCCEFE;
}
</style>