Html Css Color HEX #BCD7EC Pale Cornflower Blue
📋 copy color: '#BCD7EC'red 188 ◦ green 215 ◦ blue 236
Shades of Pale Cornflower Blue #BCD7EC
Tints of Pale Cornflower Blue #BCD7EC
RGB
CMYK
RGB Variations
Color information
#BCD7EC (or 0xBCD7EC) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and EC. RGB value is (188,215,236). Sum of RGB (Red+Green+Blue) = 188+215+236=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7EC is #432813. Grayscale: #D1D1D1. Windows color (decimal): -4401172 or 15521724. OLE color: 15521724.
HSL color Cylindrical-coordinate representation of color #BCD7EC: hue angle of 206.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD7EC is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 215 | 236 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.07 |
| HSL | 206.25º | 0.56% | 0.83% | - |
| HSV(B) | 206.25º | 0.2% | 0.93% | - |
| XYZ | 60.18 | 65.35 | 88.8 | - |
| YUV | 209.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 236 | 0.20 | 0.09 | 0 | 0.07 | 206.25 | 0.56 | 0.83 |
| Hex | BC | D7 | EC | 14 | 9 | 0 | 7 | CE | 38 | 53 |
| Octal | 274 | 327 | 354 | 24 | 11 | 0 | 7 | 316 | 70 | 123 |
| Binary | 10111100 | 11010111 | 11101100 | 10100 | 1001 | 0 | 111 | 11001110 | 111000 | 1010011 |
Color Harmonies of #BCD7EC
Complementary color
Monochromatic Colors of #BCD7EC
Black with #BCD7EC
Text Example
Text Example
White with #BCD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7EC; }
p { color: rgb(188,215,236); }
H1.HeaderClassName
{
color: #BCD7EC;
}
.AnyTagClassName
{
color: #BCD7EC;
}
</style>
background-color css
<style>
a { background-color: #BCD7EC; }
a { background-color: rgb(188,215,236); }
div.DivClassName
{
background-color: #BCD7EC;
}
.BgClassName
{
background-color: #BCD7EC;
}
</style>
border-color css
<style>
span { border-color: #BCD7EC; }
span { border-color: rgb(188,215,236); }
td.TdClassName
{
border-color: #BCD7EC;
}
.TagClassName
{
border-color: #BCD7EC;
}
</style>