Shades of Aero Blue #BDF4D6
Tints of Aero Blue #BDF4D6
RGB
CMYK
RGB Variations
Color information
#BDF4D6 (or 0xBDF4D6) is known color: Aero Blue. HEX triplet: BD, F4 and D6. RGB value is (189,244,214). Sum of RGB (Red+Green+Blue) = 189+244+214=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4D6 is #420B29. Grayscale: #E0E0E0. Windows color (decimal): -4328234 or 14087357. OLE color: 14087357.
HSL color Cylindrical-coordinate representation of color #BDF4D6: hue angle of 147.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4D6 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 189 | 244 | 214 | - |
CMYK | 0.23 | 0 | 0.12 | 0.04 |
HSL | 147.27º | 0.71% | 0.85% | - |
HSV(B) | 147.27º | 0.23% | 0.96% | - |
XYZ | 65.47 | 80.38 | 75.68 | - |
YUV | 224.14 | 122.28 | 102.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 244 | 214 | 0.23 | 0 | 0.12 | 0.04 | 147.27 | 0.71 | 0.85 |
Hex | BD | F4 | D6 | 17 | 0 | C | 4 | 93 | 47 | 55 |
Octal | 275 | 364 | 326 | 27 | 0 | 14 | 4 | 223 | 107 | 125 |
Binary | 10111101 | 11110100 | 11010110 | 10111 | 0 | 1100 | 100 | 10010011 | 1000111 | 1010101 |
Color Harmonies of #BDF4D6
Complementary color
Monochromatic Colors of #BDF4D6
Black with #BDF4D6
Text Example
Text Example
White with #BDF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4D6; }
p { color: rgb(189,244,214); }
H1.HeaderClassName
{
color: #BDF4D6;
}
.AnyTagClassName
{
color: #BDF4D6;
}
</style>
background-color css
<style>
a { background-color: #BDF4D6; }
a { background-color: rgb(189,244,214); }
div.DivClassName
{
background-color: #BDF4D6;
}
.BgClassName
{
background-color: #BDF4D6;
}
</style>
border-color css
<style>
span { border-color: #BDF4D6; }
span { border-color: rgb(189,244,214); }
td.TdClassName
{
border-color: #BDF4D6;
}
.TagClassName
{
border-color: #BDF4D6;
}
</style>