Html Css Color HEX #BDD9F9 Pale Cornflower Blue
📋 copy color: '#BDD9F9'red 189 ◦ green 217 ◦ blue 249
Shades of Pale Cornflower Blue #BDD9F9
Tints of Pale Cornflower Blue #BDD9F9
RGB
CMYK
RGB Variations
Color information
#BDD9F9 (or 0xBDD9F9) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F9. RGB value is (189,217,249). Sum of RGB (Red+Green+Blue) = 189+217+249=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F9 is #422606. Grayscale: #D4D4D4. Windows color (decimal): -4335111 or 16374205. OLE color: 16374205.
HSL color Cylindrical-coordinate representation of color #BDD9F9: hue angle of 212º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD9F9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 217 | 249 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.02 |
| HSL | 212º | 0.83% | 0.86% | - |
| HSV(B) | 212º | 0.24% | 0.98% | - |
| XYZ | 62.9 | 67.28 | 99.29 | - |
| YUV | 212.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 249 | 0.24 | 0.13 | 0 | 0.02 | 212 | 0.83 | 0.86 |
| Hex | BD | D9 | F9 | 18 | D | 0 | 2 | D4 | 53 | 56 |
| Octal | 275 | 331 | 371 | 30 | 15 | 0 | 2 | 324 | 123 | 126 |
| Binary | 10111101 | 11011001 | 11111001 | 11000 | 1101 | 0 | 10 | 11010100 | 1010011 | 1010110 |
Color Harmonies of #BDD9F9
Complementary color
Monochromatic Colors of #BDD9F9
Black with #BDD9F9
Text Example
Text Example
White with #BDD9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9F9; }
p { color: rgb(189,217,249); }
H1.HeaderClassName
{
color: #BDD9F9;
}
.AnyTagClassName
{
color: #BDD9F9;
}
</style>
background-color css
<style>
a { background-color: #BDD9F9; }
a { background-color: rgb(189,217,249); }
div.DivClassName
{
background-color: #BDD9F9;
}
.BgClassName
{
background-color: #BDD9F9;
}
</style>
border-color css
<style>
span { border-color: #BDD9F9; }
span { border-color: rgb(189,217,249); }
td.TdClassName
{
border-color: #BDD9F9;
}
.TagClassName
{
border-color: #BDD9F9;
}
</style>