Shades of Aero Blue #BDF0D4
Tints of Aero Blue #BDF0D4
RGB
CMYK
RGB Variations
Color information
#BDF0D4 (or 0xBDF0D4) is known color: Aero Blue. HEX triplet: BD, F0 and D4. RGB value is (189,240,212). Sum of RGB (Red+Green+Blue) = 189+240+212=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0D4 is #420F2B. Grayscale: #DDDDDD. Windows color (decimal): -4329260 or 13955261. OLE color: 13955261.
HSL color Cylindrical-coordinate representation of color #BDF0D4: hue angle of 147.06º 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 #BDF0D4 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 212 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.06 |
| HSL | 147.06º | 0.63% | 0.84% | - |
| HSV(B) | 147.06º | 0.21% | 0.94% | - |
| XYZ | 64.03 | 77.89 | 73.95 | - |
| YUV | 221.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 212 | 0.21 | 0 | 0.12 | 0.06 | 147.06 | 0.63 | 0.84 |
| Hex | BD | F0 | D4 | 15 | 0 | C | 6 | 93 | 3F | 54 |
| Octal | 275 | 360 | 324 | 25 | 0 | 14 | 6 | 223 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11010100 | 10101 | 0 | 1100 | 110 | 10010011 | 111111 | 1010100 |
Color Harmonies of #BDF0D4
Complementary color
Monochromatic Colors of #BDF0D4
Black with #BDF0D4
Text Example
Text Example
White with #BDF0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0D4; }
p { color: rgb(189,240,212); }
H1.HeaderClassName
{
color: #BDF0D4;
}
.AnyTagClassName
{
color: #BDF0D4;
}
</style>
background-color css
<style>
a { background-color: #BDF0D4; }
a { background-color: rgb(189,240,212); }
div.DivClassName
{
background-color: #BDF0D4;
}
.BgClassName
{
background-color: #BDF0D4;
}
</style>
border-color css
<style>
span { border-color: #BDF0D4; }
span { border-color: rgb(189,240,212); }
td.TdClassName
{
border-color: #BDF0D4;
}
.TagClassName
{
border-color: #BDF0D4;
}
</style>