Html Css Color HEX #BDD9FB Pale Cornflower Blue
📋 copy color: '#BDD9FB'red 189 ◦ green 217 ◦ blue 251
Shades of Pale Cornflower Blue #BDD9FB
Tints of Pale Cornflower Blue #BDD9FB
RGB
CMYK
RGB Variations
Color information
#BDD9FB (or 0xBDD9FB) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and FB. RGB value is (189,217,251). Sum of RGB (Red+Green+Blue) = 189+217+251=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDD9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FB is #422604. Grayscale: #D4D4D4. Windows color (decimal): -4335109 or 16505277. OLE color: 16505277.
HSL color Cylindrical-coordinate representation of color #BDD9FB: hue angle of 212.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDD9FB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 217 | 251 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.02 |
| HSL | 212.9º | 0.89% | 0.86% | - |
| HSV(B) | 212.9º | 0.25% | 0.98% | - |
| XYZ | 63.21 | 67.41 | 100.95 | - |
| YUV | 212.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 251 | 0.25 | 0.14 | 0 | 0.02 | 212.9 | 0.89 | 0.86 |
| Hex | BD | D9 | FB | 19 | E | 0 | 2 | D5 | 59 | 56 |
| Octal | 275 | 331 | 373 | 31 | 16 | 0 | 2 | 325 | 131 | 126 |
| Binary | 10111101 | 11011001 | 11111011 | 11001 | 1110 | 0 | 10 | 11010101 | 1011001 | 1010110 |
Color Harmonies of #BDD9FB
Complementary color
Monochromatic Colors of #BDD9FB
Black with #BDD9FB
Text Example
Text Example
White with #BDD9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9FB; }
p { color: rgb(189,217,251); }
H1.HeaderClassName
{
color: #BDD9FB;
}
.AnyTagClassName
{
color: #BDD9FB;
}
</style>
background-color css
<style>
a { background-color: #BDD9FB; }
a { background-color: rgb(189,217,251); }
div.DivClassName
{
background-color: #BDD9FB;
}
.BgClassName
{
background-color: #BDD9FB;
}
</style>
border-color css
<style>
span { border-color: #BDD9FB; }
span { border-color: rgb(189,217,251); }
td.TdClassName
{
border-color: #BDD9FB;
}
.TagClassName
{
border-color: #BDD9FB;
}
</style>