Shades of Aero Blue #BDE1CE
Tints of Aero Blue #BDE1CE
RGB
CMYK
RGB Variations
Color information
#BDE1CE (or 0xBDE1CE) is known color: Aero Blue. HEX triplet: BD, E1 and CE. RGB value is (189,225,206). Sum of RGB (Red+Green+Blue) = 189+225+206=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CE is #421E31. Grayscale: #D4D4D4. Windows color (decimal): -4333106 or 13558205. OLE color: 13558205.
HSL color Cylindrical-coordinate representation of color #BDE1CE: hue angle of 148.33º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1CE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 206 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.12 |
| HSL | 148.33º | 0.38% | 0.81% | - |
| HSV(B) | 148.33º | 0.16% | 0.88% | - |
| XYZ | 59.05 | 69.13 | 68.62 | - |
| YUV | 212.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 206 | 0.16 | 0 | 0.08 | 0.12 | 148.33 | 0.38 | 0.81 |
| Hex | BD | E1 | CE | 10 | 0 | 8 | C | 94 | 26 | 51 |
| Octal | 275 | 341 | 316 | 20 | 0 | 10 | 14 | 224 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11001110 | 10000 | 0 | 1000 | 1100 | 10010100 | 100110 | 1010001 |
Color Harmonies of #BDE1CE
Complementary color
Monochromatic Colors of #BDE1CE
Black with #BDE1CE
Text Example
Text Example
White with #BDE1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1CE; }
p { color: rgb(189,225,206); }
H1.HeaderClassName
{
color: #BDE1CE;
}
.AnyTagClassName
{
color: #BDE1CE;
}
</style>
background-color css
<style>
a { background-color: #BDE1CE; }
a { background-color: rgb(189,225,206); }
div.DivClassName
{
background-color: #BDE1CE;
}
.BgClassName
{
background-color: #BDE1CE;
}
</style>
border-color css
<style>
span { border-color: #BDE1CE; }
span { border-color: rgb(189,225,206); }
td.TdClassName
{
border-color: #BDE1CE;
}
.TagClassName
{
border-color: #BDE1CE;
}
</style>