Shades of Aero Blue #BDFBDA
Tints of Aero Blue #BDFBDA
RGB
CMYK
RGB Variations
Color information
#BDFBDA (or 0xBDFBDA) is known color: Aero Blue. HEX triplet: BD, FB and DA. RGB value is (189,251,218). Sum of RGB (Red+Green+Blue) = 189+251+218=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDA is #420425. Grayscale: #E4E4E4. Windows color (decimal): -4326438 or 14351293. OLE color: 14351293.
HSL color Cylindrical-coordinate representation of color #BDFBDA: hue angle of 148.06º 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 #BDFBDA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 218 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 148.06º | 0.89% | 0.86% | - |
| HSV(B) | 148.06º | 0.25% | 0.98% | - |
| XYZ | 68.14 | 84.88 | 79.12 | - |
| YUV | 228.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 218 | 0.25 | 0 | 0.13 | 0.02 | 148.06 | 0.89 | 0.86 |
| Hex | BD | FB | DA | 19 | 0 | D | 2 | 94 | 59 | 56 |
| Octal | 275 | 373 | 332 | 31 | 0 | 15 | 2 | 224 | 131 | 126 |
| Binary | 10111101 | 11111011 | 11011010 | 11001 | 0 | 1101 | 10 | 10010100 | 1011001 | 1010110 |
Color Harmonies of #BDFBDA
Complementary color
Monochromatic Colors of #BDFBDA
Black with #BDFBDA
Text Example
Text Example
White with #BDFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBDA; }
p { color: rgb(189,251,218); }
H1.HeaderClassName
{
color: #BDFBDA;
}
.AnyTagClassName
{
color: #BDFBDA;
}
</style>
background-color css
<style>
a { background-color: #BDFBDA; }
a { background-color: rgb(189,251,218); }
div.DivClassName
{
background-color: #BDFBDA;
}
.BgClassName
{
background-color: #BDFBDA;
}
</style>
border-color css
<style>
span { border-color: #BDFBDA; }
span { border-color: rgb(189,251,218); }
td.TdClassName
{
border-color: #BDFBDA;
}
.TagClassName
{
border-color: #BDFBDA;
}
</style>