Shades of Aero Blue #BDFCDA
Tints of Aero Blue #BDFCDA
RGB
CMYK
RGB Variations
Color information
#BDFCDA (or 0xBDFCDA) is known color: Aero Blue. HEX triplet: BD, FC and DA. RGB value is (189,252,218). Sum of RGB (Red+Green+Blue) = 189+252+218=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCDA is #420325. Grayscale: #E5E5E5. Windows color (decimal): -4326182 or 14351549. OLE color: 14351549.
HSL color Cylindrical-coordinate representation of color #BDFCDA: hue angle of 147.62º 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 #BDFCDA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 218 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 147.62º | 0.91% | 0.86% | - |
| HSV(B) | 147.62º | 0.25% | 0.99% | - |
| XYZ | 68.45 | 85.5 | 79.23 | - |
| YUV | 229.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 218 | 0.25 | 0 | 0.13 | 0.01 | 147.62 | 0.91 | 0.86 |
| Hex | BD | FC | DA | 19 | 0 | D | 1 | 94 | 5B | 56 |
| Octal | 275 | 374 | 332 | 31 | 0 | 15 | 1 | 224 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11011010 | 11001 | 0 | 1101 | 1 | 10010100 | 1011011 | 1010110 |
Color Harmonies of #BDFCDA
Complementary color
Monochromatic Colors of #BDFCDA
Black with #BDFCDA
Text Example
Text Example
White with #BDFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCDA; }
p { color: rgb(189,252,218); }
H1.HeaderClassName
{
color: #BDFCDA;
}
.AnyTagClassName
{
color: #BDFCDA;
}
</style>
background-color css
<style>
a { background-color: #BDFCDA; }
a { background-color: rgb(189,252,218); }
div.DivClassName
{
background-color: #BDFCDA;
}
.BgClassName
{
background-color: #BDFCDA;
}
</style>
border-color css
<style>
span { border-color: #BDFCDA; }
span { border-color: rgb(189,252,218); }
td.TdClassName
{
border-color: #BDFCDA;
}
.TagClassName
{
border-color: #BDFCDA;
}
</style>