Shades of Aero Blue #BDFBD3
Tints of Aero Blue #BDFBD3
RGB
CMYK
RGB Variations
Color information
#BDFBD3 (or 0xBDFBD3) is known color: Aero Blue. HEX triplet: BD, FB and D3. RGB value is (189,251,211). Sum of RGB (Red+Green+Blue) = 189+251+211=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBD3 is #42042C. Grayscale: #E4E4E4. Windows color (decimal): -4326445 or 13892541. OLE color: 13892541.
HSL color Cylindrical-coordinate representation of color #BDFBD3: hue angle of 141.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBD3 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 211 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.02 |
| HSL | 141.29º | 0.89% | 0.86% | - |
| HSV(B) | 141.29º | 0.25% | 0.98% | - |
| XYZ | 67.24 | 84.52 | 74.4 | - |
| YUV | 227.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 211 | 0.25 | 0 | 0.16 | 0.02 | 141.29 | 0.89 | 0.86 |
| Hex | BD | FB | D3 | 19 | 0 | 10 | 2 | 8D | 59 | 56 |
| Octal | 275 | 373 | 323 | 31 | 0 | 20 | 2 | 215 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11010011 | 11001 | 0 | 10000 | 10 | 10001101 | 1011001 | 1010110 |
Color Harmonies of #BDFBD3
Complementary color
Monochromatic Colors of #BDFBD3
Black with #BDFBD3
Text Example
Text Example
White with #BDFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBD3; }
p { color: rgb(189,251,211); }
H1.HeaderClassName
{
color: #BDFBD3;
}
.AnyTagClassName
{
color: #BDFBD3;
}
</style>
background-color css
<style>
a { background-color: #BDFBD3; }
a { background-color: rgb(189,251,211); }
div.DivClassName
{
background-color: #BDFBD3;
}
.BgClassName
{
background-color: #BDFBD3;
}
</style>
border-color css
<style>
span { border-color: #BDFBD3; }
span { border-color: rgb(189,251,211); }
td.TdClassName
{
border-color: #BDFBD3;
}
.TagClassName
{
border-color: #BDFBD3;
}
</style>