Html Css Color HEX #BCD7ED Pale Cornflower Blue
📋 copy color: '#BCD7ED'red 188 ◦ green 215 ◦ blue 237
Shades of Pale Cornflower Blue #BCD7ED
Tints of Pale Cornflower Blue #BCD7ED
RGB
CMYK
RGB Variations
Color information
#BCD7ED (or 0xBCD7ED) is known color: Pale Cornflower Blue. HEX triplet: BC, D7 and ED. RGB value is (188,215,237). Sum of RGB (Red+Green+Blue) = 188+215+237=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7ED is #432812. Grayscale: #D1D1D1. Windows color (decimal): -4401171 or 15587260. OLE color: 15587260.
HSL color Cylindrical-coordinate representation of color #BCD7ED: hue angle of 206.94º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD7ED is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 215 | 237 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.07 |
| HSL | 206.94º | 0.58% | 0.83% | - |
| HSV(B) | 206.94º | 0.21% | 0.93% | - |
| XYZ | 60.33 | 65.41 | 89.57 | - |
| YUV | 209.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 237 | 0.21 | 0.09 | 0 | 0.07 | 206.94 | 0.58 | 0.83 |
| Hex | BC | D7 | ED | 15 | 9 | 0 | 7 | CF | 3A | 53 |
| Octal | 274 | 327 | 355 | 25 | 11 | 0 | 7 | 317 | 72 | 123 |
| Binary | 10111100 | 11010111 | 11101101 | 10101 | 1001 | 0 | 111 | 11001111 | 111010 | 1010011 |
Color Harmonies of #BCD7ED
Complementary color
Monochromatic Colors of #BCD7ED
Black with #BCD7ED
Text Example
Text Example
White with #BCD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7ED; }
p { color: rgb(188,215,237); }
H1.HeaderClassName
{
color: #BCD7ED;
}
.AnyTagClassName
{
color: #BCD7ED;
}
</style>
background-color css
<style>
a { background-color: #BCD7ED; }
a { background-color: rgb(188,215,237); }
div.DivClassName
{
background-color: #BCD7ED;
}
.BgClassName
{
background-color: #BCD7ED;
}
</style>
border-color css
<style>
span { border-color: #BCD7ED; }
span { border-color: rgb(188,215,237); }
td.TdClassName
{
border-color: #BCD7ED;
}
.TagClassName
{
border-color: #BCD7ED;
}
</style>