Shades of Aero Blue #BDFBD5
Tints of Aero Blue #BDFBD5
RGB
CMYK
RGB Variations
Color information
#BDFBD5 (or 0xBDFBD5) is known color: Aero Blue. HEX triplet: BD, FB and D5. RGB value is (189,251,213). Sum of RGB (Red+Green+Blue) = 189+251+213=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBD5 is #42042A. Grayscale: #E4E4E4. Windows color (decimal): -4326443 or 14023613. OLE color: 14023613.
HSL color Cylindrical-coordinate representation of color #BDFBD5: hue angle of 143.23º 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 #BDFBD5 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 213 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 143.23º | 0.89% | 0.86% | - |
| HSV(B) | 143.23º | 0.25% | 0.98% | - |
| XYZ | 67.49 | 84.62 | 75.73 | - |
| YUV | 228.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 213 | 0.25 | 0 | 0.15 | 0.02 | 143.23 | 0.89 | 0.86 |
| Hex | BD | FB | D5 | 19 | 0 | F | 2 | 8F | 59 | 56 |
| Octal | 275 | 373 | 325 | 31 | 0 | 17 | 2 | 217 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11010101 | 11001 | 0 | 1111 | 10 | 10001111 | 1011001 | 1010110 |
Color Harmonies of #BDFBD5
Complementary color
Monochromatic Colors of #BDFBD5
Black with #BDFBD5
Text Example
Text Example
White with #BDFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBD5; }
p { color: rgb(189,251,213); }
H1.HeaderClassName
{
color: #BDFBD5;
}
.AnyTagClassName
{
color: #BDFBD5;
}
</style>
background-color css
<style>
a { background-color: #BDFBD5; }
a { background-color: rgb(189,251,213); }
div.DivClassName
{
background-color: #BDFBD5;
}
.BgClassName
{
background-color: #BDFBD5;
}
</style>
border-color css
<style>
span { border-color: #BDFBD5; }
span { border-color: rgb(189,251,213); }
td.TdClassName
{
border-color: #BDFBD5;
}
.TagClassName
{
border-color: #BDFBD5;
}
</style>