Shades of Aero Blue #BDFCD4
Tints of Aero Blue #BDFCD4
RGB
CMYK
RGB Variations
Color information
#BDFCD4 (or 0xBDFCD4) is known color: Aero Blue. HEX triplet: BD, FC and D4. RGB value is (189,252,212). Sum of RGB (Red+Green+Blue) = 189+252+212=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCD4 is #42032B. Grayscale: #E4E4E4. Windows color (decimal): -4326188 or 13958333. OLE color: 13958333.
HSL color Cylindrical-coordinate representation of color #BDFCD4: hue angle of 141.9º 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 #BDFCD4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 212 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.01 |
| HSL | 141.9º | 0.91% | 0.86% | - |
| HSV(B) | 141.9º | 0.25% | 0.99% | - |
| XYZ | 67.68 | 85.19 | 75.16 | - |
| YUV | 228.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 212 | 0.25 | 0 | 0.16 | 0.01 | 141.9 | 0.91 | 0.86 |
| Hex | BD | FC | D4 | 19 | 0 | 10 | 1 | 8E | 5B | 56 |
| Octal | 275 | 374 | 324 | 31 | 0 | 20 | 1 | 216 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11010100 | 11001 | 0 | 10000 | 1 | 10001110 | 1011011 | 1010110 |
Color Harmonies of #BDFCD4
Complementary color
Monochromatic Colors of #BDFCD4
Black with #BDFCD4
Text Example
Text Example
White with #BDFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCD4; }
p { color: rgb(189,252,212); }
H1.HeaderClassName
{
color: #BDFCD4;
}
.AnyTagClassName
{
color: #BDFCD4;
}
</style>
background-color css
<style>
a { background-color: #BDFCD4; }
a { background-color: rgb(189,252,212); }
div.DivClassName
{
background-color: #BDFCD4;
}
.BgClassName
{
background-color: #BDFCD4;
}
</style>
border-color css
<style>
span { border-color: #BDFCD4; }
span { border-color: rgb(189,252,212); }
td.TdClassName
{
border-color: #BDFCD4;
}
.TagClassName
{
border-color: #BDFCD4;
}
</style>