Shades of Aero Blue #BDF6D2
Tints of Aero Blue #BDF6D2
RGB
CMYK
RGB Variations
Color information
#BDF6D2 (or 0xBDF6D2) is known color: Aero Blue. HEX triplet: BD, F6 and D2. RGB value is (189,246,210). Sum of RGB (Red+Green+Blue) = 189+246+210=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6D2 is #42092D. Grayscale: #E0E0E0. Windows color (decimal): -4327726 or 13825725. OLE color: 13825725.
HSL color Cylindrical-coordinate representation of color #BDF6D2: hue angle of 142.11º degrees, saturation: 0.76, 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 #BDF6D2 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 210 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.04 |
| HSL | 142.11º | 0.76% | 0.85% | - |
| HSV(B) | 142.11º | 0.23% | 0.96% | - |
| XYZ | 65.57 | 81.38 | 73.23 | - |
| YUV | 224.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 210 | 0.23 | 0 | 0.15 | 0.04 | 142.11 | 0.76 | 0.85 |
| Hex | BD | F6 | D2 | 17 | 0 | F | 4 | 8E | 4C | 55 |
| Octal | 275 | 366 | 322 | 27 | 0 | 17 | 4 | 216 | 114 | 125 |
| Binary | 10111101 | 11110110 | 11010010 | 10111 | 0 | 1111 | 100 | 10001110 | 1001100 | 1010101 |
Color Harmonies of #BDF6D2
Complementary color
Monochromatic Colors of #BDF6D2
Black with #BDF6D2
Text Example
Text Example
White with #BDF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6D2; }
p { color: rgb(189,246,210); }
H1.HeaderClassName
{
color: #BDF6D2;
}
.AnyTagClassName
{
color: #BDF6D2;
}
</style>
background-color css
<style>
a { background-color: #BDF6D2; }
a { background-color: rgb(189,246,210); }
div.DivClassName
{
background-color: #BDF6D2;
}
.BgClassName
{
background-color: #BDF6D2;
}
</style>
border-color css
<style>
span { border-color: #BDF6D2; }
span { border-color: rgb(189,246,210); }
td.TdClassName
{
border-color: #BDF6D2;
}
.TagClassName
{
border-color: #BDF6D2;
}
</style>