Shades of Aero Blue #BDE1CC
Tints of Aero Blue #BDE1CC
RGB
CMYK
RGB Variations
Color information
#BDE1CC (or 0xBDE1CC) is known color: Aero Blue. HEX triplet: BD, E1 and CC. RGB value is (189,225,204). Sum of RGB (Red+Green+Blue) = 189+225+204=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1CC is #421E33. Grayscale: #D3D3D3. Windows color (decimal): -4333108 or 13427133. OLE color: 13427133.
HSL color Cylindrical-coordinate representation of color #BDE1CC: hue angle of 145º 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 #BDE1CC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 204 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.12 |
| HSL | 145º | 0.38% | 0.81% | - |
| HSV(B) | 145º | 0.16% | 0.88% | - |
| XYZ | 58.81 | 69.03 | 67.35 | - |
| YUV | 211.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 204 | 0.16 | 0 | 0.09 | 0.12 | 145 | 0.38 | 0.81 |
| Hex | BD | E1 | CC | 10 | 0 | 9 | C | 91 | 26 | 51 |
| Octal | 275 | 341 | 314 | 20 | 0 | 11 | 14 | 221 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11001100 | 10000 | 0 | 1001 | 1100 | 10010001 | 100110 | 1010001 |
Color Harmonies of #BDE1CC
Complementary color
Monochromatic Colors of #BDE1CC
Black with #BDE1CC
Text Example
Text Example
White with #BDE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1CC; }
p { color: rgb(189,225,204); }
H1.HeaderClassName
{
color: #BDE1CC;
}
.AnyTagClassName
{
color: #BDE1CC;
}
</style>
background-color css
<style>
a { background-color: #BDE1CC; }
a { background-color: rgb(189,225,204); }
div.DivClassName
{
background-color: #BDE1CC;
}
.BgClassName
{
background-color: #BDE1CC;
}
</style>
border-color css
<style>
span { border-color: #BDE1CC; }
span { border-color: rgb(189,225,204); }
td.TdClassName
{
border-color: #BDE1CC;
}
.TagClassName
{
border-color: #BDE1CC;
}
</style>