Shades of Aero Blue #BDFEDB
Tints of Aero Blue #BDFEDB
RGB
CMYK
RGB Variations
Color information
#BDFEDB (or 0xBDFEDB) is known color: Aero Blue. HEX triplet: BD, FE and DB. RGB value is (189,254,219). Sum of RGB (Red+Green+Blue) = 189+254+219=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEDB is #420124. Grayscale: #E6E6E6. Windows color (decimal): -4325669 or 14417597. OLE color: 14417597.
HSL color Cylindrical-coordinate representation of color #BDFEDB: hue angle of 147.69º 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 #BDFEDB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 189 | 254 | 219 | - |
CMYK | 0.26 | 0 | 0.14 | 0.00 |
HSL | 147.69º | 0.97% | 0.87% | - |
HSV(B) | 147.69º | 0.26% | 1% | - |
XYZ | 69.21 | 86.82 | 80.13 | - |
YUV | 230.58 | 121.47 | 98.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 254 | 219 | 0.26 | 0 | 0.14 | 0.00 | 147.69 | 0.97 | 0.87 |
Hex | BD | FE | DB | 1A | 0 | E | 0 | 94 | 61 | 57 |
Octal | 275 | 376 | 333 | 32 | 0 | 16 | 0 | 224 | 141 | 127 |
Binary | 10111101 | 11111110 | 11011011 | 11010 | 0 | 1110 | 0 | 10010100 | 1100001 | 1010111 |
Color Harmonies of #BDFEDB
Complementary color
Monochromatic Colors of #BDFEDB
Black with #BDFEDB
Text Example
Text Example
White with #BDFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEDB; }
p { color: rgb(189,254,219); }
H1.HeaderClassName
{
color: #BDFEDB;
}
.AnyTagClassName
{
color: #BDFEDB;
}
</style>
background-color css
<style>
a { background-color: #BDFEDB; }
a { background-color: rgb(189,254,219); }
div.DivClassName
{
background-color: #BDFEDB;
}
.BgClassName
{
background-color: #BDFEDB;
}
</style>
border-color css
<style>
span { border-color: #BDFEDB; }
span { border-color: rgb(189,254,219); }
td.TdClassName
{
border-color: #BDFEDB;
}
.TagClassName
{
border-color: #BDFEDB;
}
</style>