Shades of Aero Blue #BDFADA
Tints of Aero Blue #BDFADA
RGB
CMYK
RGB Variations
Color information
#BDFADA (or 0xBDFADA) is known color: Aero Blue. HEX triplet: BD, FA and DA. RGB value is (189,250,218). Sum of RGB (Red+Green+Blue) = 189+250+218=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFADA is #420525. Grayscale: #E4E4E4. Windows color (decimal): -4326694 or 14351037. OLE color: 14351037.
HSL color Cylindrical-coordinate representation of color #BDFADA: hue angle of 148.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFADA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 218 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.02 |
| HSL | 148.52º | 0.86% | 0.86% | - |
| HSV(B) | 148.52º | 0.24% | 0.98% | - |
| XYZ | 67.83 | 84.25 | 79.02 | - |
| YUV | 228.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 218 | 0.24 | 0 | 0.13 | 0.02 | 148.52 | 0.86 | 0.86 |
| Hex | BD | FA | DA | 18 | 0 | D | 2 | 95 | 56 | 56 |
| Octal | 275 | 372 | 332 | 30 | 0 | 15 | 2 | 225 | 126 | 126 |
| Binary | 10111101 | 11111010 | 11011010 | 11000 | 0 | 1101 | 10 | 10010101 | 1010110 | 1010110 |
Color Harmonies of #BDFADA
Complementary color
Monochromatic Colors of #BDFADA
Black with #BDFADA
Text Example
Text Example
White with #BDFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFADA; }
p { color: rgb(189,250,218); }
H1.HeaderClassName
{
color: #BDFADA;
}
.AnyTagClassName
{
color: #BDFADA;
}
</style>
background-color css
<style>
a { background-color: #BDFADA; }
a { background-color: rgb(189,250,218); }
div.DivClassName
{
background-color: #BDFADA;
}
.BgClassName
{
background-color: #BDFADA;
}
</style>
border-color css
<style>
span { border-color: #BDFADA; }
span { border-color: rgb(189,250,218); }
td.TdClassName
{
border-color: #BDFADA;
}
.TagClassName
{
border-color: #BDFADA;
}
</style>