Html Css Color HEX #BDD6E9 Pale Cornflower Blue
📋 copy color: '#BDD6E9'red 189 ◦ green 214 ◦ blue 233
Shades of Pale Cornflower Blue #BDD6E9
Tints of Pale Cornflower Blue #BDD6E9
RGB
CMYK
RGB Variations
Color information
#BDD6E9 (or 0xBDD6E9) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and E9. RGB value is (189,214,233). Sum of RGB (Red+Green+Blue) = 189+214+233=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 214 (83.98% from 255 or 33.65% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDD6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6E9 is #422916. Grayscale: #D0D0D0. Windows color (decimal): -4335895 or 15324861. OLE color: 15324861.
HSL color Cylindrical-coordinate representation of color #BDD6E9: hue angle of 205.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD6E9 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 214 | 233 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.09 |
| HSL | 205.91º | 0.5% | 0.83% | - |
| HSV(B) | 205.91º | 0.19% | 0.91% | - |
| XYZ | 59.74 | 64.8 | 86.45 | - |
| YUV | 208.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 233 | 0.19 | 0.08 | 0 | 0.09 | 205.91 | 0.5 | 0.83 |
| Hex | BD | D6 | E9 | 13 | 8 | 0 | 9 | CE | 32 | 53 |
| Octal | 275 | 326 | 351 | 23 | 10 | 0 | 11 | 316 | 62 | 123 |
| Binary | 10111101 | 11010110 | 11101001 | 10011 | 1000 | 0 | 1001 | 11001110 | 110010 | 1010011 |
Color Harmonies of #BDD6E9
Complementary color
Monochromatic Colors of #BDD6E9
Black with #BDD6E9
Text Example
Text Example
White with #BDD6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6E9; }
p { color: rgb(189,214,233); }
H1.HeaderClassName
{
color: #BDD6E9;
}
.AnyTagClassName
{
color: #BDD6E9;
}
</style>
background-color css
<style>
a { background-color: #BDD6E9; }
a { background-color: rgb(189,214,233); }
div.DivClassName
{
background-color: #BDD6E9;
}
.BgClassName
{
background-color: #BDD6E9;
}
</style>
border-color css
<style>
span { border-color: #BDD6E9; }
span { border-color: rgb(189,214,233); }
td.TdClassName
{
border-color: #BDD6E9;
}
.TagClassName
{
border-color: #BDD6E9;
}
</style>