Html Css Color HEX #BDD9FF Pale Cornflower Blue
📋 copy color: '#BDD9FF'red 189 ◦ green 217 ◦ blue 255
Shades of Pale Cornflower Blue #BDD9FF
Tints of Pale Cornflower Blue #BDD9FF
RGB
CMYK
RGB Variations
Color information
#BDD9FF (or 0xBDD9FF) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and FF. RGB value is (189,217,255). Sum of RGB (Red+Green+Blue) = 189+217+255=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9FF is #422600. Grayscale: #D4D4D4. Windows color (decimal): -4335105 or 16767421. OLE color: 16767421.
HSL color Cylindrical-coordinate representation of color #BDD9FF: hue angle of 214.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD9FF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 217 | 255 | - |
| CMYK | 0.26 | 0.15 | 0 | 0 |
| HSL | 214.55º | 1% | 0.87% | - |
| HSV(B) | 214.55º | 0.26% | 1% | - |
| XYZ | 63.85 | 67.66 | 104.3 | - |
| YUV | 212.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 255 | 0.26 | 0.15 | 0 | 0 | 214.55 | 1 | 0.87 |
| Hex | BD | D9 | FF | 1A | F | 0 | 0 | D7 | 64 | 57 |
| Octal | 275 | 331 | 377 | 32 | 17 | 0 | 0 | 327 | 144 | 127 |
| Binary | 10111101 | 11011001 | 11111111 | 11010 | 1111 | 0 | 0 | 11010111 | 1100100 | 1010111 |
Color Harmonies of #BDD9FF
Complementary color
Monochromatic Colors of #BDD9FF
Black with #BDD9FF
Text Example
Text Example
White with #BDD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9FF; }
p { color: rgb(189,217,255); }
H1.HeaderClassName
{
color: #BDD9FF;
}
.AnyTagClassName
{
color: #BDD9FF;
}
</style>
background-color css
<style>
a { background-color: #BDD9FF; }
a { background-color: rgb(189,217,255); }
div.DivClassName
{
background-color: #BDD9FF;
}
.BgClassName
{
background-color: #BDD9FF;
}
</style>
border-color css
<style>
span { border-color: #BDD9FF; }
span { border-color: rgb(189,217,255); }
td.TdClassName
{
border-color: #BDD9FF;
}
.TagClassName
{
border-color: #BDD9FF;
}
</style>