Shades of Aero Blue #BDE0CB
Tints of Aero Blue #BDE0CB
RGB
CMYK
RGB Variations
Color information
#BDE0CB (or 0xBDE0CB) is known color: Aero Blue. HEX triplet: BD, E0 and CB. RGB value is (189,224,203). Sum of RGB (Red+Green+Blue) = 189+224+203=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0CB is #421F34. Grayscale: #D3D3D3. Windows color (decimal): -4333365 or 13361341. OLE color: 13361341.
HSL color Cylindrical-coordinate representation of color #BDE0CB: hue angle of 144º degrees, saturation: 0.36, 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 #BDE0CB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 203 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.12 |
| HSL | 144º | 0.36% | 0.81% | - |
| HSV(B) | 144º | 0.16% | 0.88% | - |
| XYZ | 58.42 | 68.44 | 66.63 | - |
| YUV | 211.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 203 | 0.16 | 0 | 0.09 | 0.12 | 144 | 0.36 | 0.81 |
| Hex | BD | E0 | CB | 10 | 0 | 9 | C | 90 | 24 | 51 |
| Octal | 275 | 340 | 313 | 20 | 0 | 11 | 14 | 220 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11001011 | 10000 | 0 | 1001 | 1100 | 10010000 | 100100 | 1010001 |
Color Harmonies of #BDE0CB
Complementary color
Monochromatic Colors of #BDE0CB
Black with #BDE0CB
Text Example
Text Example
White with #BDE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0CB; }
p { color: rgb(189,224,203); }
H1.HeaderClassName
{
color: #BDE0CB;
}
.AnyTagClassName
{
color: #BDE0CB;
}
</style>
background-color css
<style>
a { background-color: #BDE0CB; }
a { background-color: rgb(189,224,203); }
div.DivClassName
{
background-color: #BDE0CB;
}
.BgClassName
{
background-color: #BDE0CB;
}
</style>
border-color css
<style>
span { border-color: #BDE0CB; }
span { border-color: rgb(189,224,203); }
td.TdClassName
{
border-color: #BDE0CB;
}
.TagClassName
{
border-color: #BDE0CB;
}
</style>