Html Css Color HEX #BDD9FA Pale Cornflower Blue
📋 copy color: '#BDD9FA'red 189 ◦ green 217 ◦ blue 250
Shades of Pale Cornflower Blue #BDD9FA
Tints of Pale Cornflower Blue #BDD9FA
RGB
CMYK
RGB Variations
Color information
#BDD9FA (or 0xBDD9FA) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and FA. RGB value is (189,217,250). Sum of RGB (Red+Green+Blue) = 189+217+250=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDD9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FA is #422605. Grayscale: #D4D4D4. Windows color (decimal): -4335110 or 16439741. OLE color: 16439741.
HSL color Cylindrical-coordinate representation of color #BDD9FA: hue angle of 212.46º degrees, saturation: 0.86, 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 #BDD9FA is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 217 | 250 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.02 |
| HSL | 212.46º | 0.86% | 0.86% | - |
| HSV(B) | 212.46º | 0.24% | 0.98% | - |
| XYZ | 63.05 | 67.35 | 100.12 | - |
| YUV | 212.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 250 | 0.24 | 0.13 | 0 | 0.02 | 212.46 | 0.86 | 0.86 |
| Hex | BD | D9 | FA | 18 | D | 0 | 2 | D4 | 56 | 56 |
| Octal | 275 | 331 | 372 | 30 | 15 | 0 | 2 | 324 | 126 | 126 |
| Binary | 10111101 | 11011001 | 11111010 | 11000 | 1101 | 0 | 10 | 11010100 | 1010110 | 1010110 |
Color Harmonies of #BDD9FA
Complementary color
Monochromatic Colors of #BDD9FA
Black with #BDD9FA
Text Example
Text Example
White with #BDD9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9FA; }
p { color: rgb(189,217,250); }
H1.HeaderClassName
{
color: #BDD9FA;
}
.AnyTagClassName
{
color: #BDD9FA;
}
</style>
background-color css
<style>
a { background-color: #BDD9FA; }
a { background-color: rgb(189,217,250); }
div.DivClassName
{
background-color: #BDD9FA;
}
.BgClassName
{
background-color: #BDD9FA;
}
</style>
border-color css
<style>
span { border-color: #BDD9FA; }
span { border-color: rgb(189,217,250); }
td.TdClassName
{
border-color: #BDD9FA;
}
.TagClassName
{
border-color: #BDD9FA;
}
</style>