Html Css Color HEX #BDD5F0 Pale Cornflower Blue
📋 copy color: '#BDD5F0'red 189 ◦ green 213 ◦ blue 240
Shades of Pale Cornflower Blue #BDD5F0
Tints of Pale Cornflower Blue #BDD5F0
RGB
CMYK
RGB Variations
Color information
#BDD5F0 (or 0xBDD5F0) is known color: Pale Cornflower Blue. HEX triplet: BD, D5 and F0. RGB value is (189,213,240). Sum of RGB (Red+Green+Blue) = 189+213+240=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5F0 is #422A0F. Grayscale: #D0D0D0. Windows color (decimal): -4336144 or 15783357. OLE color: 15783357.
HSL color Cylindrical-coordinate representation of color #BDD5F0: hue angle of 211.76º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD5F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 213 | 240 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.06 |
| HSL | 211.76º | 0.63% | 0.84% | - |
| HSV(B) | 211.76º | 0.21% | 0.94% | - |
| XYZ | 60.51 | 64.7 | 91.74 | - |
| YUV | 208.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 240 | 0.21 | 0.11 | 0 | 0.06 | 211.76 | 0.63 | 0.84 |
| Hex | BD | D5 | F0 | 15 | B | 0 | 6 | D4 | 3F | 54 |
| Octal | 275 | 325 | 360 | 25 | 13 | 0 | 6 | 324 | 77 | 124 |
| Binary | 10111101 | 11010101 | 11110000 | 10101 | 1011 | 0 | 110 | 11010100 | 111111 | 1010100 |
Color Harmonies of #BDD5F0
Complementary color
Monochromatic Colors of #BDD5F0
Black with #BDD5F0
Text Example
Text Example
White with #BDD5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5F0; }
p { color: rgb(189,213,240); }
H1.HeaderClassName
{
color: #BDD5F0;
}
.AnyTagClassName
{
color: #BDD5F0;
}
</style>
background-color css
<style>
a { background-color: #BDD5F0; }
a { background-color: rgb(189,213,240); }
div.DivClassName
{
background-color: #BDD5F0;
}
.BgClassName
{
background-color: #BDD5F0;
}
</style>
border-color css
<style>
span { border-color: #BDD5F0; }
span { border-color: rgb(189,213,240); }
td.TdClassName
{
border-color: #BDD5F0;
}
.TagClassName
{
border-color: #BDD5F0;
}
</style>