Html Css Color HEX #BDD7EE Pale Cornflower Blue
📋 copy color: '#BDD7EE'red 189 ◦ green 215 ◦ blue 238
Shades of Pale Cornflower Blue #BDD7EE
Tints of Pale Cornflower Blue #BDD7EE
RGB
CMYK
RGB Variations
Color information
#BDD7EE (or 0xBDD7EE) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and EE. RGB value is (189,215,238). Sum of RGB (Red+Green+Blue) = 189+215+238=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7EE is #422811. Grayscale: #D1D1D1. Windows color (decimal): -4335634 or 15652797. OLE color: 15652797.
HSL color Cylindrical-coordinate representation of color #BDD7EE: hue angle of 208.16º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD7EE is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 215 | 238 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.07 |
| HSL | 208.16º | 0.59% | 0.84% | - |
| HSV(B) | 208.16º | 0.21% | 0.93% | - |
| XYZ | 60.72 | 65.59 | 90.35 | - |
| YUV | 209.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 238 | 0.21 | 0.10 | 0 | 0.07 | 208.16 | 0.59 | 0.84 |
| Hex | BD | D7 | EE | 15 | A | 0 | 7 | D0 | 3B | 54 |
| Octal | 275 | 327 | 356 | 25 | 12 | 0 | 7 | 320 | 73 | 124 |
| Binary | 10111101 | 11010111 | 11101110 | 10101 | 1010 | 0 | 111 | 11010000 | 111011 | 1010100 |
Color Harmonies of #BDD7EE
Complementary color
Monochromatic Colors of #BDD7EE
Black with #BDD7EE
Text Example
Text Example
White with #BDD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7EE; }
p { color: rgb(189,215,238); }
H1.HeaderClassName
{
color: #BDD7EE;
}
.AnyTagClassName
{
color: #BDD7EE;
}
</style>
background-color css
<style>
a { background-color: #BDD7EE; }
a { background-color: rgb(189,215,238); }
div.DivClassName
{
background-color: #BDD7EE;
}
.BgClassName
{
background-color: #BDD7EE;
}
</style>
border-color css
<style>
span { border-color: #BDD7EE; }
span { border-color: rgb(189,215,238); }
td.TdClassName
{
border-color: #BDD7EE;
}
.TagClassName
{
border-color: #BDD7EE;
}
</style>