Shades of Aero Blue #BDFAD4
Tints of Aero Blue #BDFAD4
RGB
CMYK
RGB Variations
Color information
#BDFAD4 (or 0xBDFAD4) is known color: Aero Blue. HEX triplet: BD, FA and D4. RGB value is (189,250,212). Sum of RGB (Red+Green+Blue) = 189+250+212=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFAD4 is #42052B. Grayscale: #E3E3E3. Windows color (decimal): -4326700 or 13957821. OLE color: 13957821.
HSL color Cylindrical-coordinate representation of color #BDFAD4: hue angle of 142.62º 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 #BDFAD4 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 189 | 250 | 212 | - |
CMYK | 0.24 | 0 | 0.15 | 0.02 |
HSL | 142.62º | 0.86% | 0.86% | - |
HSV(B) | 142.62º | 0.24% | 0.98% | - |
XYZ | 67.06 | 83.94 | 74.96 | - |
YUV | 227.43 | 119.29 | 100.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 250 | 212 | 0.24 | 0 | 0.15 | 0.02 | 142.62 | 0.86 | 0.86 |
Hex | BD | FA | D4 | 18 | 0 | F | 2 | 8F | 56 | 56 |
Octal | 275 | 372 | 324 | 30 | 0 | 17 | 2 | 217 | 126 | 126 |
Binary | 10111101 | 11111010 | 11010100 | 11000 | 0 | 1111 | 10 | 10001111 | 1010110 | 1010110 |
Color Harmonies of #BDFAD4
Complementary color
Monochromatic Colors of #BDFAD4
Black with #BDFAD4
Text Example
Text Example
White with #BDFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFAD4; }
p { color: rgb(189,250,212); }
H1.HeaderClassName
{
color: #BDFAD4;
}
.AnyTagClassName
{
color: #BDFAD4;
}
</style>
background-color css
<style>
a { background-color: #BDFAD4; }
a { background-color: rgb(189,250,212); }
div.DivClassName
{
background-color: #BDFAD4;
}
.BgClassName
{
background-color: #BDFAD4;
}
</style>
border-color css
<style>
span { border-color: #BDFAD4; }
span { border-color: rgb(189,250,212); }
td.TdClassName
{
border-color: #BDFAD4;
}
.TagClassName
{
border-color: #BDFAD4;
}
</style>