Shades of Aero Blue #BDFEDC
Tints of Aero Blue #BDFEDC
RGB
CMYK
RGB Variations
Color information
#BDFEDC (or 0xBDFEDC) is known color: Aero Blue. HEX triplet: BD, FE and DC. RGB value is (189,254,220). Sum of RGB (Red+Green+Blue) = 189+254+220=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEDC is #420123. Grayscale: #E6E6E6. Windows color (decimal): -4325668 or 14483133. OLE color: 14483133.
HSL color Cylindrical-coordinate representation of color #BDFEDC: hue angle of 148.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEDC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 220 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.00 |
| HSL | 148.62º | 0.97% | 0.87% | - |
| HSV(B) | 148.62º | 0.26% | 1% | - |
| XYZ | 69.35 | 86.87 | 80.82 | - |
| YUV | 230.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 220 | 0.26 | 0 | 0.13 | 0.00 | 148.62 | 0.97 | 0.87 |
| Hex | BD | FE | DC | 1A | 0 | D | 0 | 95 | 61 | 57 |
| Octal | 275 | 376 | 334 | 32 | 0 | 15 | 0 | 225 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11011100 | 11010 | 0 | 1101 | 0 | 10010101 | 1100001 | 1010111 |
Color Harmonies of #BDFEDC
Complementary color
Monochromatic Colors of #BDFEDC
Black with #BDFEDC
Text Example
Text Example
White with #BDFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEDC; }
p { color: rgb(189,254,220); }
H1.HeaderClassName
{
color: #BDFEDC;
}
.AnyTagClassName
{
color: #BDFEDC;
}
</style>
background-color css
<style>
a { background-color: #BDFEDC; }
a { background-color: rgb(189,254,220); }
div.DivClassName
{
background-color: #BDFEDC;
}
.BgClassName
{
background-color: #BDFEDC;
}
</style>
border-color css
<style>
span { border-color: #BDFEDC; }
span { border-color: rgb(189,254,220); }
td.TdClassName
{
border-color: #BDFEDC;
}
.TagClassName
{
border-color: #BDFEDC;
}
</style>