Html Css Color HEX #BDD9F2 Pale Cornflower Blue
📋 copy color: '#BDD9F2'red 189 ◦ green 217 ◦ blue 242
Shades of Pale Cornflower Blue #BDD9F2
Tints of Pale Cornflower Blue #BDD9F2
RGB
CMYK
RGB Variations
Color information
#BDD9F2 (or 0xBDD9F2) is known color: Pale Cornflower Blue. HEX triplet: BD, D9 and F2. RGB value is (189,217,242). Sum of RGB (Red+Green+Blue) = 189+217+242=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD9F2 is #42260D. Grayscale: #D3D3D3. Windows color (decimal): -4335118 or 15915453. OLE color: 15915453.
HSL color Cylindrical-coordinate representation of color #BDD9F2: hue angle of 208.3º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD9F2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 217 | 242 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.05 |
| HSL | 208.3º | 0.67% | 0.85% | - |
| HSV(B) | 208.3º | 0.22% | 0.95% | - |
| XYZ | 61.83 | 66.86 | 93.65 | - |
| YUV | 211.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 242 | 0.22 | 0.10 | 0 | 0.05 | 208.3 | 0.67 | 0.85 |
| Hex | BD | D9 | F2 | 16 | A | 0 | 5 | D0 | 43 | 55 |
| Octal | 275 | 331 | 362 | 26 | 12 | 0 | 5 | 320 | 103 | 125 |
| Binary | 10111101 | 11011001 | 11110010 | 10110 | 1010 | 0 | 101 | 11010000 | 1000011 | 1010101 |
Color Harmonies of #BDD9F2
Complementary color
Monochromatic Colors of #BDD9F2
Black with #BDD9F2
Text Example
Text Example
White with #BDD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD9F2; }
p { color: rgb(189,217,242); }
H1.HeaderClassName
{
color: #BDD9F2;
}
.AnyTagClassName
{
color: #BDD9F2;
}
</style>
background-color css
<style>
a { background-color: #BDD9F2; }
a { background-color: rgb(189,217,242); }
div.DivClassName
{
background-color: #BDD9F2;
}
.BgClassName
{
background-color: #BDD9F2;
}
</style>
border-color css
<style>
span { border-color: #BDD9F2; }
span { border-color: rgb(189,217,242); }
td.TdClassName
{
border-color: #BDD9F2;
}
.TagClassName
{
border-color: #BDD9F2;
}
</style>