Html Css Color HEX #BDD8F1 Pale Cornflower Blue
📋 copy color: '#BDD8F1'red 189 ◦ green 216 ◦ blue 241
Shades of Pale Cornflower Blue #BDD8F1
Tints of Pale Cornflower Blue #BDD8F1
RGB
CMYK
RGB Variations
Color information
#BDD8F1 (or 0xBDD8F1) is known color: Pale Cornflower Blue. HEX triplet: BD, D8 and F1. RGB value is (189,216,241). Sum of RGB (Red+Green+Blue) = 189+216+241=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDD8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8F1 is #42270E. Grayscale: #D2D2D2. Windows color (decimal): -4335375 or 15849661. OLE color: 15849661.
HSL color Cylindrical-coordinate representation of color #BDD8F1: hue angle of 208.85º 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 #BDD8F1 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 216 | 241 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.05 |
| HSL | 208.85º | 0.65% | 0.84% | - |
| HSV(B) | 208.85º | 0.22% | 0.95% | - |
| XYZ | 61.42 | 66.28 | 92.78 | - |
| YUV | 210.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 241 | 0.22 | 0.10 | 0 | 0.05 | 208.85 | 0.65 | 0.84 |
| Hex | BD | D8 | F1 | 16 | A | 0 | 5 | D1 | 41 | 54 |
| Octal | 275 | 330 | 361 | 26 | 12 | 0 | 5 | 321 | 101 | 124 |
| Binary | 10111101 | 11011000 | 11110001 | 10110 | 1010 | 0 | 101 | 11010001 | 1000001 | 1010100 |
Color Harmonies of #BDD8F1
Complementary color
Monochromatic Colors of #BDD8F1
Black with #BDD8F1
Text Example
Text Example
White with #BDD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8F1; }
p { color: rgb(189,216,241); }
H1.HeaderClassName
{
color: #BDD8F1;
}
.AnyTagClassName
{
color: #BDD8F1;
}
</style>
background-color css
<style>
a { background-color: #BDD8F1; }
a { background-color: rgb(189,216,241); }
div.DivClassName
{
background-color: #BDD8F1;
}
.BgClassName
{
background-color: #BDD8F1;
}
</style>
border-color css
<style>
span { border-color: #BDD8F1; }
span { border-color: rgb(189,216,241); }
td.TdClassName
{
border-color: #BDD8F1;
}
.TagClassName
{
border-color: #BDD8F1;
}
</style>