Shades of Periwinkle #BCCEF0
Tints of Periwinkle #BCCEF0
RGB
CMYK
RGB Variations
Color information
#BCCEF0 (or 0xBCCEF0) is known color: Periwinkle. HEX triplet: BC, CE and F0. RGB value is (188,206,240). Sum of RGB (Red+Green+Blue) = 188+206+240=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF0 is #43310F. Grayscale: #CCCCCC. Windows color (decimal): -4403472 or 15781564. OLE color: 15781564.
HSL color Cylindrical-coordinate representation of color #BCCEF0: hue angle of 219.23º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCEF0 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 206 | 240 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.06 |
| HSL | 219.23º | 0.63% | 0.84% | - |
| HSV(B) | 219.23º | 0.22% | 0.94% | - |
| XYZ | 58.54 | 61.13 | 91.15 | - |
| YUV | 204.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 240 | 0.22 | 0.14 | 0 | 0.06 | 219.23 | 0.63 | 0.84 |
| Hex | BC | CE | F0 | 16 | E | 0 | 6 | DB | 3F | 54 |
| Octal | 274 | 316 | 360 | 26 | 16 | 0 | 6 | 333 | 77 | 124 |
| Binary | 10111100 | 11001110 | 11110000 | 10110 | 1110 | 0 | 110 | 11011011 | 111111 | 1010100 |
Color Harmonies of #BCCEF0
Complementary color
Monochromatic Colors of #BCCEF0
Black with #BCCEF0
Text Example
Text Example
White with #BCCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEF0; }
p { color: rgb(188,206,240); }
H1.HeaderClassName
{
color: #BCCEF0;
}
.AnyTagClassName
{
color: #BCCEF0;
}
</style>
background-color css
<style>
a { background-color: #BCCEF0; }
a { background-color: rgb(188,206,240); }
div.DivClassName
{
background-color: #BCCEF0;
}
.BgClassName
{
background-color: #BCCEF0;
}
</style>
border-color css
<style>
span { border-color: #BCCEF0; }
span { border-color: rgb(188,206,240); }
td.TdClassName
{
border-color: #BCCEF0;
}
.TagClassName
{
border-color: #BCCEF0;
}
</style>