Shades of Aero Blue #BDEFD5
Tints of Aero Blue #BDEFD5
RGB
CMYK
RGB Variations
Color information
#BDEFD5 (or 0xBDEFD5) is known color: Aero Blue. HEX triplet: BD, EF and D5. RGB value is (189,239,213). Sum of RGB (Red+Green+Blue) = 189+239+213=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD5 is #42102A. Grayscale: #DDDDDD. Windows color (decimal): -4329515 or 14020541. OLE color: 14020541.
HSL color Cylindrical-coordinate representation of color #BDEFD5: hue angle of 148.8º 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 #BDEFD5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 213 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.06 |
| HSL | 148.8º | 0.61% | 0.84% | - |
| HSV(B) | 148.8º | 0.21% | 0.94% | - |
| XYZ | 63.86 | 77.36 | 74.52 | - |
| YUV | 221.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 213 | 0.21 | 0 | 0.11 | 0.06 | 148.8 | 0.61 | 0.84 |
| Hex | BD | EF | D5 | 15 | 0 | B | 6 | 95 | 3D | 54 |
| Octal | 275 | 357 | 325 | 25 | 0 | 13 | 6 | 225 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11010101 | 10101 | 0 | 1011 | 110 | 10010101 | 111101 | 1010100 |
Color Harmonies of #BDEFD5
Complementary color
Monochromatic Colors of #BDEFD5
Black with #BDEFD5
Text Example
Text Example
White with #BDEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFD5; }
p { color: rgb(189,239,213); }
H1.HeaderClassName
{
color: #BDEFD5;
}
.AnyTagClassName
{
color: #BDEFD5;
}
</style>
background-color css
<style>
a { background-color: #BDEFD5; }
a { background-color: rgb(189,239,213); }
div.DivClassName
{
background-color: #BDEFD5;
}
.BgClassName
{
background-color: #BDEFD5;
}
</style>
border-color css
<style>
span { border-color: #BDEFD5; }
span { border-color: rgb(189,239,213); }
td.TdClassName
{
border-color: #BDEFD5;
}
.TagClassName
{
border-color: #BDEFD5;
}
</style>