Shades of Aero Blue #BDFFDC
Tints of Aero Blue #BDFFDC
RGB
CMYK
RGB Variations
Color information
#BDFFDC (or 0xBDFFDC) is known color: Aero Blue. HEX triplet: BD, FF and DC. RGB value is (189,255,220). Sum of RGB (Red+Green+Blue) = 189+255+220=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDC is #420023. Grayscale: #E7E7E7. Windows color (decimal): -4325412 or 14483389. OLE color: 14483389.
HSL color Cylindrical-coordinate representation of color #BDFFDC: hue angle of 148.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFDC is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 220 | - |
| CMYK | 0.26 | 0 | 0.14 | 0 |
| HSL | 148.18º | 1% | 0.87% | - |
| HSV(B) | 148.18º | 0.26% | 1% | - |
| XYZ | 69.66 | 87.51 | 80.93 | - |
| YUV | 231.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 220 | 0.26 | 0 | 0.14 | 0 | 148.18 | 1 | 0.87 |
| Hex | BD | FF | DC | 1A | 0 | E | 0 | 94 | 64 | 57 |
| Octal | 275 | 377 | 334 | 32 | 0 | 16 | 0 | 224 | 144 | 127 |
| Binary | 10111101 | 11111111 | 11011100 | 11010 | 0 | 1110 | 0 | 10010100 | 1100100 | 1010111 |
Color Harmonies of #BDFFDC
Complementary color
Monochromatic Colors of #BDFFDC
Black with #BDFFDC
Text Example
Text Example
White with #BDFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFDC; }
p { color: rgb(189,255,220); }
H1.HeaderClassName
{
color: #BDFFDC;
}
.AnyTagClassName
{
color: #BDFFDC;
}
</style>
background-color css
<style>
a { background-color: #BDFFDC; }
a { background-color: rgb(189,255,220); }
div.DivClassName
{
background-color: #BDFFDC;
}
.BgClassName
{
background-color: #BDFFDC;
}
</style>
border-color css
<style>
span { border-color: #BDFFDC; }
span { border-color: rgb(189,255,220); }
td.TdClassName
{
border-color: #BDFFDC;
}
.TagClassName
{
border-color: #BDFFDC;
}
</style>