Html Css Color HEX #BDD6EA Pale Cornflower Blue
📋 copy color: '#BDD6EA'red 189 ◦ green 214 ◦ blue 234
Shades of Pale Cornflower Blue #BDD6EA
Tints of Pale Cornflower Blue #BDD6EA
RGB
CMYK
RGB Variations
Color information
#BDD6EA (or 0xBDD6EA) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and EA. RGB value is (189,214,234). Sum of RGB (Red+Green+Blue) = 189+214+234=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDD6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EA is #422915. Grayscale: #D0D0D0. Windows color (decimal): -4335894 or 15390397. OLE color: 15390397.
HSL color Cylindrical-coordinate representation of color #BDD6EA: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD6EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 214 | 234 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.08 |
| HSL | 206.67º | 0.52% | 0.83% | - |
| HSV(B) | 206.67º | 0.19% | 0.92% | - |
| XYZ | 59.88 | 64.85 | 87.2 | - |
| YUV | 208.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 234 | 0.19 | 0.09 | 0 | 0.08 | 206.67 | 0.52 | 0.83 |
| Hex | BD | D6 | EA | 13 | 9 | 0 | 8 | CF | 34 | 53 |
| Octal | 275 | 326 | 352 | 23 | 11 | 0 | 10 | 317 | 64 | 123 |
| Binary | 10111101 | 11010110 | 11101010 | 10011 | 1001 | 0 | 1000 | 11001111 | 110100 | 1010011 |
Color Harmonies of #BDD6EA
Complementary color
Monochromatic Colors of #BDD6EA
Black with #BDD6EA
Text Example
Text Example
White with #BDD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6EA; }
p { color: rgb(189,214,234); }
H1.HeaderClassName
{
color: #BDD6EA;
}
.AnyTagClassName
{
color: #BDD6EA;
}
</style>
background-color css
<style>
a { background-color: #BDD6EA; }
a { background-color: rgb(189,214,234); }
div.DivClassName
{
background-color: #BDD6EA;
}
.BgClassName
{
background-color: #BDD6EA;
}
</style>
border-color css
<style>
span { border-color: #BDD6EA; }
span { border-color: rgb(189,214,234); }
td.TdClassName
{
border-color: #BDD6EA;
}
.TagClassName
{
border-color: #BDD6EA;
}
</style>