Shades of Aero Blue #BDFDDA
Tints of Aero Blue #BDFDDA
RGB
CMYK
RGB Variations
Color information
#BDFDDA (or 0xBDFDDA) is known color: Aero Blue. HEX triplet: BD, FD and DA. RGB value is (189,253,218). Sum of RGB (Red+Green+Blue) = 189+253+218=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 218 (85.55% from 255 or 33.03% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDA is #420225. Grayscale: #E5E5E5. Windows color (decimal): -4325926 or 14351805. OLE color: 14351805.
HSL color Cylindrical-coordinate representation of color #BDFDDA: hue angle of 147.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDDA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 253 | 218 | - |
CMYK | 0.25 | 0 | 0.14 | 0.01 |
HSL | 147.19º | 0.94% | 0.87% | - |
HSV(B) | 147.19º | 0.25% | 0.99% | - |
XYZ | 68.77 | 86.13 | 79.33 | - |
YUV | 229.87 | 121.3 | 98.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 253 | 218 | 0.25 | 0 | 0.14 | 0.01 | 147.19 | 0.94 | 0.87 |
Hex | BD | FD | DA | 19 | 0 | E | 1 | 93 | 5E | 57 |
Octal | 275 | 375 | 332 | 31 | 0 | 16 | 1 | 223 | 136 | 127 |
Binary | 10111101 | 11111101 | 11011010 | 11001 | 0 | 1110 | 1 | 10010011 | 1011110 | 1010111 |
Color Harmonies of #BDFDDA
Complementary color
Monochromatic Colors of #BDFDDA
Black with #BDFDDA
Text Example
Text Example
White with #BDFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFDDA; }
p { color: rgb(189,253,218); }
H1.HeaderClassName
{
color: #BDFDDA;
}
.AnyTagClassName
{
color: #BDFDDA;
}
</style>
background-color css
<style>
a { background-color: #BDFDDA; }
a { background-color: rgb(189,253,218); }
div.DivClassName
{
background-color: #BDFDDA;
}
.BgClassName
{
background-color: #BDFDDA;
}
</style>
border-color css
<style>
span { border-color: #BDFDDA; }
span { border-color: rgb(189,253,218); }
td.TdClassName
{
border-color: #BDFDDA;
}
.TagClassName
{
border-color: #BDFDDA;
}
</style>