Html Css Color HEX #BDD6F1 Pale Cornflower Blue
📋 copy color: '#BDD6F1'red 189 ◦ green 214 ◦ blue 241
Shades of Pale Cornflower Blue #BDD6F1
Tints of Pale Cornflower Blue #BDD6F1
RGB
CMYK
RGB Variations
Color information
#BDD6F1 (or 0xBDD6F1) is known color: Pale Cornflower Blue. HEX triplet: BD, D6 and F1. RGB value is (189,214,241). Sum of RGB (Red+Green+Blue) = 189+214+241=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6F1 is #42290E. Grayscale: #D1D1D1. Windows color (decimal): -4335887 or 15849149. OLE color: 15849149.
HSL color Cylindrical-coordinate representation of color #BDD6F1: hue angle of 211.15º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDD6F1 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 214 | 241 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.05 |
| HSL | 211.15º | 0.65% | 0.84% | - |
| HSV(B) | 211.15º | 0.22% | 0.95% | - |
| XYZ | 60.91 | 65.26 | 92.61 | - |
| YUV | 209.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 241 | 0.22 | 0.11 | 0 | 0.05 | 211.15 | 0.65 | 0.84 |
| Hex | BD | D6 | F1 | 16 | B | 0 | 5 | D3 | 41 | 54 |
| Octal | 275 | 326 | 361 | 26 | 13 | 0 | 5 | 323 | 101 | 124 |
| Binary | 10111101 | 11010110 | 11110001 | 10110 | 1011 | 0 | 101 | 11010011 | 1000001 | 1010100 |
Color Harmonies of #BDD6F1
Complementary color
Monochromatic Colors of #BDD6F1
Black with #BDD6F1
Text Example
Text Example
White with #BDD6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6F1; }
p { color: rgb(189,214,241); }
H1.HeaderClassName
{
color: #BDD6F1;
}
.AnyTagClassName
{
color: #BDD6F1;
}
</style>
background-color css
<style>
a { background-color: #BDD6F1; }
a { background-color: rgb(189,214,241); }
div.DivClassName
{
background-color: #BDD6F1;
}
.BgClassName
{
background-color: #BDD6F1;
}
</style>
border-color css
<style>
span { border-color: #BDD6F1; }
span { border-color: rgb(189,214,241); }
td.TdClassName
{
border-color: #BDD6F1;
}
.TagClassName
{
border-color: #BDD6F1;
}
</style>