Shades of Aero Blue #BDF0D8
Tints of Aero Blue #BDF0D8
RGB
CMYK
RGB Variations
Color information
#BDF0D8 (or 0xBDF0D8) is known color: Aero Blue. HEX triplet: BD, F0 and D8. RGB value is (189,240,216). Sum of RGB (Red+Green+Blue) = 189+240+216=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0D8 is #420F27. Grayscale: #DEDEDE. Windows color (decimal): -4329256 or 14217405. OLE color: 14217405.
HSL color Cylindrical-coordinate representation of color #BDF0D8: hue angle of 151.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 #BDF0D8 is Cyan = 0.21, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 216 | - |
| CMYK | 0.21 | 0 | 0.1 | 0.06 |
| HSL | 151.76º | 0.63% | 0.84% | - |
| HSV(B) | 151.76º | 0.21% | 0.94% | - |
| XYZ | 64.54 | 78.1 | 76.64 | - |
| YUV | 222.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 216 | 0.21 | 0 | 0.1 | 0.06 | 151.76 | 0.63 | 0.84 |
| Hex | BD | F0 | D8 | 15 | 0 | A | 6 | 98 | 3F | 54 |
| Octal | 275 | 360 | 330 | 25 | 0 | 12 | 6 | 230 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11011000 | 10101 | 0 | 1010 | 110 | 10011000 | 111111 | 1010100 |
Color Harmonies of #BDF0D8
Complementary color
Monochromatic Colors of #BDF0D8
Black with #BDF0D8
Text Example
Text Example
White with #BDF0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0D8; }
p { color: rgb(189,240,216); }
H1.HeaderClassName
{
color: #BDF0D8;
}
.AnyTagClassName
{
color: #BDF0D8;
}
</style>
background-color css
<style>
a { background-color: #BDF0D8; }
a { background-color: rgb(189,240,216); }
div.DivClassName
{
background-color: #BDF0D8;
}
.BgClassName
{
background-color: #BDF0D8;
}
</style>
border-color css
<style>
span { border-color: #BDF0D8; }
span { border-color: rgb(189,240,216); }
td.TdClassName
{
border-color: #BDF0D8;
}
.TagClassName
{
border-color: #BDF0D8;
}
</style>