Html Css Color HEX #BDD8EE Pale Cornflower Blue
📋 copy color: '#BDD8EE'red 189 ◦ green 216 ◦ blue 238
Shades of Pale Cornflower Blue #BDD8EE
Tints of Pale Cornflower Blue #BDD8EE
RGB
CMYK
RGB Variations
Color information
#BDD8EE (or 0xBDD8EE) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and EE. RGB value is (189,216,238). Sum of RGB (Red+Green+Blue) = 189+216+238=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EE is #422711. Grayscale: #D2D2D2. Windows color (decimal): -4335378 or 15653053. OLE color: 15653053.
HSL color Cylindrical-coordinate representation of color #BDD8EE: hue angle of 206.94º 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 #BDD8EE is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 216 | 238 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.07 |
| HSL | 206.94º | 0.59% | 0.84% | - |
| HSV(B) | 206.94º | 0.21% | 0.93% | - |
| XYZ | 60.97 | 66.1 | 90.43 | - |
| YUV | 210.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 238 | 0.21 | 0.09 | 0 | 0.07 | 206.94 | 0.59 | 0.84 |
| Hex | BD | D8 | EE | 15 | 9 | 0 | 7 | CF | 3B | 54 |
| Octal | 275 | 330 | 356 | 25 | 11 | 0 | 7 | 317 | 73 | 124 |
| Binary | 10111101 | 11011000 | 11101110 | 10101 | 1001 | 0 | 111 | 11001111 | 111011 | 1010100 |
Color Harmonies of #BDD8EE
Complementary color
Monochromatic Colors of #BDD8EE
Black with #BDD8EE
Text Example
Text Example
White with #BDD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8EE; }
p { color: rgb(189,216,238); }
H1.HeaderClassName
{
color: #BDD8EE;
}
.AnyTagClassName
{
color: #BDD8EE;
}
</style>
background-color css
<style>
a { background-color: #BDD8EE; }
a { background-color: rgb(189,216,238); }
div.DivClassName
{
background-color: #BDD8EE;
}
.BgClassName
{
background-color: #BDD8EE;
}
</style>
border-color css
<style>
span { border-color: #BDD8EE; }
span { border-color: rgb(189,216,238); }
td.TdClassName
{
border-color: #BDD8EE;
}
.TagClassName
{
border-color: #BDD8EE;
}
</style>