Html Css Color HEX #BDD7F0 Pale Cornflower Blue
📋 copy color: '#BDD7F0'red 189 ◦ green 215 ◦ blue 240
Shades of Pale Cornflower Blue #BDD7F0
Tints of Pale Cornflower Blue #BDD7F0
RGB
CMYK
RGB Variations
Color information
#BDD7F0 (or 0xBDD7F0) is known color: Pale Cornflower Blue. HEX triplet: BD, D7 and F0. RGB value is (189,215,240). Sum of RGB (Red+Green+Blue) = 189+215+240=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDD7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD7F0 is #42280F. Grayscale: #D1D1D1. Windows color (decimal): -4335632 or 15783869. OLE color: 15783869.
HSL color Cylindrical-coordinate representation of color #BDD7F0: hue angle of 209.41º 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 #BDD7F0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 215 | 240 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.06 |
| HSL | 209.41º | 0.63% | 0.84% | - |
| HSV(B) | 209.41º | 0.21% | 0.94% | - |
| XYZ | 61.01 | 65.71 | 91.91 | - |
| YUV | 210.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 240 | 0.21 | 0.10 | 0 | 0.06 | 209.41 | 0.63 | 0.84 |
| Hex | BD | D7 | F0 | 15 | A | 0 | 6 | D1 | 3F | 54 |
| Octal | 275 | 327 | 360 | 25 | 12 | 0 | 6 | 321 | 77 | 124 |
| Binary | 10111101 | 11010111 | 11110000 | 10101 | 1010 | 0 | 110 | 11010001 | 111111 | 1010100 |
Color Harmonies of #BDD7F0
Complementary color
Monochromatic Colors of #BDD7F0
Black with #BDD7F0
Text Example
Text Example
White with #BDD7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7F0; }
p { color: rgb(189,215,240); }
H1.HeaderClassName
{
color: #BDD7F0;
}
.AnyTagClassName
{
color: #BDD7F0;
}
</style>
background-color css
<style>
a { background-color: #BDD7F0; }
a { background-color: rgb(189,215,240); }
div.DivClassName
{
background-color: #BDD7F0;
}
.BgClassName
{
background-color: #BDD7F0;
}
</style>
border-color css
<style>
span { border-color: #BDD7F0; }
span { border-color: rgb(189,215,240); }
td.TdClassName
{
border-color: #BDD7F0;
}
.TagClassName
{
border-color: #BDD7F0;
}
</style>