Html Css Color HEX #BDD9F5 Pale Cornflower Blue
📋 copy color: '#BDD9F5'red 189 ◦ green 217 ◦ blue 245
Shades of Pale Cornflower Blue #BDD9F5
Tints of Pale Cornflower Blue #BDD9F5
RGB
CMYK
RGB Variations
Color information
#BDD9F5 (or 0xBDD9F5) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F5. RGB value is (189,217,245). Sum of RGB (Red+Green+Blue) = 189+217+245=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDD9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F5 is #42260A. Grayscale: #D3D3D3. Windows color (decimal): -4335115 or 16112061. OLE color: 16112061.
HSL color Cylindrical-coordinate representation of color #BDD9F5: hue angle of 210º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD9F5 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 217 | 245 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.04 |
| HSL | 210º | 0.74% | 0.85% | - |
| HSV(B) | 210º | 0.23% | 0.96% | - |
| XYZ | 62.28 | 67.04 | 96.04 | - |
| YUV | 211.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 245 | 0.23 | 0.11 | 0 | 0.04 | 210 | 0.74 | 0.85 |
| Hex | BD | D9 | F5 | 17 | B | 0 | 4 | D2 | 4A | 55 |
| Octal | 275 | 331 | 365 | 27 | 13 | 0 | 4 | 322 | 112 | 125 |
| Binary | 10111101 | 11011001 | 11110101 | 10111 | 1011 | 0 | 100 | 11010010 | 1001010 | 1010101 |
Color Harmonies of #BDD9F5
Complementary color
Monochromatic Colors of #BDD9F5
Black with #BDD9F5
Text Example
Text Example
White with #BDD9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9F5; }
p { color: rgb(189,217,245); }
H1.HeaderClassName
{
color: #BDD9F5;
}
.AnyTagClassName
{
color: #BDD9F5;
}
</style>
background-color css
<style>
a { background-color: #BDD9F5; }
a { background-color: rgb(189,217,245); }
div.DivClassName
{
background-color: #BDD9F5;
}
.BgClassName
{
background-color: #BDD9F5;
}
</style>
border-color css
<style>
span { border-color: #BDD9F5; }
span { border-color: rgb(189,217,245); }
td.TdClassName
{
border-color: #BDD9F5;
}
.TagClassName
{
border-color: #BDD9F5;
}
</style>