Shades of Aero Blue #BDF4D5
Tints of Aero Blue #BDF4D5
RGB
CMYK
RGB Variations
Color information
#BDF4D5 (or 0xBDF4D5) is known color: Aero Blue. HEX triplet: BD, F4 and D5. RGB value is (189,244,213). Sum of RGB (Red+Green+Blue) = 189+244+213=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4D5 is #420B2A. Grayscale: #E0E0E0. Windows color (decimal): -4328235 or 14021821. OLE color: 14021821.
HSL color Cylindrical-coordinate representation of color #BDF4D5: hue angle of 146.18º 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 #BDF4D5 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 189 | 244 | 213 | - |
CMYK | 0.23 | 0 | 0.13 | 0.04 |
HSL | 146.18º | 0.71% | 0.85% | - |
HSV(B) | 146.18º | 0.23% | 0.96% | - |
XYZ | 65.35 | 80.32 | 75.01 | - |
YUV | 224.02 | 121.78 | 103.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 244 | 213 | 0.23 | 0 | 0.13 | 0.04 | 146.18 | 0.71 | 0.85 |
Hex | BD | F4 | D5 | 17 | 0 | D | 4 | 92 | 47 | 55 |
Octal | 275 | 364 | 325 | 27 | 0 | 15 | 4 | 222 | 107 | 125 |
Binary | 10111101 | 11110100 | 11010101 | 10111 | 0 | 1101 | 100 | 10010010 | 1000111 | 1010101 |
Color Harmonies of #BDF4D5
Complementary color
Monochromatic Colors of #BDF4D5
Black with #BDF4D5
Text Example
Text Example
White with #BDF4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4D5; }
p { color: rgb(189,244,213); }
H1.HeaderClassName
{
color: #BDF4D5;
}
.AnyTagClassName
{
color: #BDF4D5;
}
</style>
background-color css
<style>
a { background-color: #BDF4D5; }
a { background-color: rgb(189,244,213); }
div.DivClassName
{
background-color: #BDF4D5;
}
.BgClassName
{
background-color: #BDF4D5;
}
</style>
border-color css
<style>
span { border-color: #BDF4D5; }
span { border-color: rgb(189,244,213); }
td.TdClassName
{
border-color: #BDF4D5;
}
.TagClassName
{
border-color: #BDF4D5;
}
</style>