Shades of Aero Blue #BDECD0
Tints of Aero Blue #BDECD0
RGB
CMYK
RGB Variations
Color information
#BDECD0 (or 0xBDECD0) is known color: Aero Blue. HEX triplet: BD, EC and D0. RGB value is (189,236,208). Sum of RGB (Red+Green+Blue) = 189+236+208=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECD0 is #42132F. Grayscale: #DADADA. Windows color (decimal): -4330288 or 13692093. OLE color: 13692093.
HSL color Cylindrical-coordinate representation of color #BDECD0: hue angle of 144.26º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECD0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 208 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.07 |
| HSL | 144.26º | 0.55% | 0.83% | - |
| HSV(B) | 144.26º | 0.2% | 0.93% | - |
| XYZ | 62.37 | 75.36 | 70.93 | - |
| YUV | 218.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 208 | 0.20 | 0 | 0.12 | 0.07 | 144.26 | 0.55 | 0.83 |
| Hex | BD | EC | D0 | 14 | 0 | C | 7 | 90 | 37 | 53 |
| Octal | 275 | 354 | 320 | 24 | 0 | 14 | 7 | 220 | 67 | 123 |
| Binary | 10111101 | 11101100 | 11010000 | 10100 | 0 | 1100 | 111 | 10010000 | 110111 | 1010011 |
Color Harmonies of #BDECD0
Complementary color
Monochromatic Colors of #BDECD0
Black with #BDECD0
Text Example
Text Example
White with #BDECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECD0; }
p { color: rgb(189,236,208); }
H1.HeaderClassName
{
color: #BDECD0;
}
.AnyTagClassName
{
color: #BDECD0;
}
</style>
background-color css
<style>
a { background-color: #BDECD0; }
a { background-color: rgb(189,236,208); }
div.DivClassName
{
background-color: #BDECD0;
}
.BgClassName
{
background-color: #BDECD0;
}
</style>
border-color css
<style>
span { border-color: #BDECD0; }
span { border-color: rgb(189,236,208); }
td.TdClassName
{
border-color: #BDECD0;
}
.TagClassName
{
border-color: #BDECD0;
}
</style>