Shades of Aero Blue #BDFCD8
Tints of Aero Blue #BDFCD8
RGB
CMYK
RGB Variations
Color information
#BDFCD8 (or 0xBDFCD8) is known color: Aero Blue. HEX triplet: BD, FC and D8. RGB value is (189,252,216). Sum of RGB (Red+Green+Blue) = 189+252+216=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD8 is #420327. Grayscale: #E5E5E5. Windows color (decimal): -4326184 or 14220477. OLE color: 14220477.
HSL color Cylindrical-coordinate representation of color #BDFCD8: hue angle of 145.71º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCD8 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 216 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.01 |
| HSL | 145.71º | 0.91% | 0.86% | - |
| HSV(B) | 145.71º | 0.25% | 0.99% | - |
| XYZ | 68.19 | 85.4 | 77.86 | - |
| YUV | 229.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 216 | 0.25 | 0 | 0.14 | 0.01 | 145.71 | 0.91 | 0.86 |
| Hex | BD | FC | D8 | 19 | 0 | E | 1 | 92 | 5B | 56 |
| Octal | 275 | 374 | 330 | 31 | 0 | 16 | 1 | 222 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11011000 | 11001 | 0 | 1110 | 1 | 10010010 | 1011011 | 1010110 |
Color Harmonies of #BDFCD8
Complementary color
Monochromatic Colors of #BDFCD8
Black with #BDFCD8
Text Example
Text Example
White with #BDFCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD8; }
p { color: rgb(189,252,216); }
H1.HeaderClassName
{
color: #BDFCD8;
}
.AnyTagClassName
{
color: #BDFCD8;
}
</style>
background-color css
<style>
a { background-color: #BDFCD8; }
a { background-color: rgb(189,252,216); }
div.DivClassName
{
background-color: #BDFCD8;
}
.BgClassName
{
background-color: #BDFCD8;
}
</style>
border-color css
<style>
span { border-color: #BDFCD8; }
span { border-color: rgb(189,252,216); }
td.TdClassName
{
border-color: #BDFCD8;
}
.TagClassName
{
border-color: #BDFCD8;
}
</style>