Shades of Aero Blue #BDFCDE
Tints of Aero Blue #BDFCDE
RGB
CMYK
RGB Variations
Color information
#BDFCDE (or 0xBDFCDE) is known color: Aero Blue. HEX triplet: BD, FC and DE. RGB value is (189,252,222). Sum of RGB (Red+Green+Blue) = 189+252+222=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCDE is #420321. Grayscale: #E5E5E5. Windows color (decimal): -4326178 or 14613693. OLE color: 14613693.
HSL color Cylindrical-coordinate representation of color #BDFCDE: hue angle of 151.43º 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 #BDFCDE is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 222 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.01 |
| HSL | 151.43º | 0.91% | 0.86% | - |
| HSV(B) | 151.43º | 0.25% | 0.99% | - |
| XYZ | 68.98 | 85.71 | 82.02 | - |
| YUV | 229.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 222 | 0.25 | 0 | 0.12 | 0.01 | 151.43 | 0.91 | 0.86 |
| Hex | BD | FC | DE | 19 | 0 | C | 1 | 97 | 5B | 56 |
| Octal | 275 | 374 | 336 | 31 | 0 | 14 | 1 | 227 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11011110 | 11001 | 0 | 1100 | 1 | 10010111 | 1011011 | 1010110 |
Color Harmonies of #BDFCDE
Complementary color
Monochromatic Colors of #BDFCDE
Black with #BDFCDE
Text Example
Text Example
White with #BDFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCDE; }
p { color: rgb(189,252,222); }
H1.HeaderClassName
{
color: #BDFCDE;
}
.AnyTagClassName
{
color: #BDFCDE;
}
</style>
background-color css
<style>
a { background-color: #BDFCDE; }
a { background-color: rgb(189,252,222); }
div.DivClassName
{
background-color: #BDFCDE;
}
.BgClassName
{
background-color: #BDFCDE;
}
</style>
border-color css
<style>
span { border-color: #BDFCDE; }
span { border-color: rgb(189,252,222); }
td.TdClassName
{
border-color: #BDFCDE;
}
.TagClassName
{
border-color: #BDFCDE;
}
</style>