Shades of Aero Blue #BDEFD4
Tints of Aero Blue #BDEFD4
RGB
CMYK
RGB Variations
Color information
#BDEFD4 (or 0xBDEFD4) is known color: Aero Blue. HEX triplet: BD, EF and D4. RGB value is (189,239,212). Sum of RGB (Red+Green+Blue) = 189+239+212=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD4 is #42102B. Grayscale: #DDDDDD. Windows color (decimal): -4329516 or 13955005. OLE color: 13955005.
HSL color Cylindrical-coordinate representation of color #BDEFD4: hue angle of 147.6º degrees, saturation: 0.61, 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 #BDEFD4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 212 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.06 |
| HSL | 147.6º | 0.61% | 0.84% | - |
| HSV(B) | 147.6º | 0.21% | 0.94% | - |
| XYZ | 63.74 | 77.31 | 73.85 | - |
| YUV | 220.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 212 | 0.21 | 0 | 0.11 | 0.06 | 147.6 | 0.61 | 0.84 |
| Hex | BD | EF | D4 | 15 | 0 | B | 6 | 94 | 3D | 54 |
| Octal | 275 | 357 | 324 | 25 | 0 | 13 | 6 | 224 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11010100 | 10101 | 0 | 1011 | 110 | 10010100 | 111101 | 1010100 |
Color Harmonies of #BDEFD4
Complementary color
Monochromatic Colors of #BDEFD4
Black with #BDEFD4
Text Example
Text Example
White with #BDEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFD4; }
p { color: rgb(189,239,212); }
H1.HeaderClassName
{
color: #BDEFD4;
}
.AnyTagClassName
{
color: #BDEFD4;
}
</style>
background-color css
<style>
a { background-color: #BDEFD4; }
a { background-color: rgb(189,239,212); }
div.DivClassName
{
background-color: #BDEFD4;
}
.BgClassName
{
background-color: #BDEFD4;
}
</style>
border-color css
<style>
span { border-color: #BDEFD4; }
span { border-color: rgb(189,239,212); }
td.TdClassName
{
border-color: #BDEFD4;
}
.TagClassName
{
border-color: #BDEFD4;
}
</style>