Html Css Color HEX #BDD6ED Pale Cornflower Blue
📋 copy color: '#BDD6ED'red 189 ◦ green 214 ◦ blue 237
Shades of Pale Cornflower Blue #BDD6ED
Tints of Pale Cornflower Blue #BDD6ED
RGB
CMYK
RGB Variations
Color information
#BDD6ED (or 0xBDD6ED) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and ED. RGB value is (189,214,237). Sum of RGB (Red+Green+Blue) = 189+214+237=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 214 (83.98% from 255 or 33.44% 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 #BDD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6ED is #422912. Grayscale: #D1D1D1. Windows color (decimal): -4335891 or 15587005. OLE color: 15587005.
HSL color Cylindrical-coordinate representation of color #BDD6ED: hue angle of 208.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD6ED is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 214 | 237 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.07 |
| HSL | 208.75º | 0.57% | 0.84% | - |
| HSV(B) | 208.75º | 0.2% | 0.93% | - |
| XYZ | 60.32 | 65.03 | 89.49 | - |
| YUV | 209.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 237 | 0.20 | 0.10 | 0 | 0.07 | 208.75 | 0.57 | 0.84 |
| Hex | BD | D6 | ED | 14 | A | 0 | 7 | D1 | 39 | 54 |
| Octal | 275 | 326 | 355 | 24 | 12 | 0 | 7 | 321 | 71 | 124 |
| Binary | 10111101 | 11010110 | 11101101 | 10100 | 1010 | 0 | 111 | 11010001 | 111001 | 1010100 |
Color Harmonies of #BDD6ED
Complementary color
Monochromatic Colors of #BDD6ED
Black with #BDD6ED
Text Example
Text Example
White with #BDD6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6ED; }
p { color: rgb(189,214,237); }
H1.HeaderClassName
{
color: #BDD6ED;
}
.AnyTagClassName
{
color: #BDD6ED;
}
</style>
background-color css
<style>
a { background-color: #BDD6ED; }
a { background-color: rgb(189,214,237); }
div.DivClassName
{
background-color: #BDD6ED;
}
.BgClassName
{
background-color: #BDD6ED;
}
</style>
border-color css
<style>
span { border-color: #BDD6ED; }
span { border-color: rgb(189,214,237); }
td.TdClassName
{
border-color: #BDD6ED;
}
.TagClassName
{
border-color: #BDD6ED;
}
</style>