Shades of Aero Blue #BED9CA
Tints of Aero Blue #BED9CA
RGB
CMYK
RGB Variations
Color information
#BED9CA (or 0xBED9CA) is known color: Aero Blue. HEX triplet: BE, D9 and CA. RGB value is (190,217,202). Sum of RGB (Red+Green+Blue) = 190+217+202=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9CA is #412635. Grayscale: #CFCFCF. Windows color (decimal): -4269622 or 13294014. OLE color: 13294014.
HSL color Cylindrical-coordinate representation of color #BED9CA: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9CA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 202 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.15 |
| HSL | 146.67º | 0.26% | 0.8% | - |
| HSV(B) | 146.67º | 0.12% | 0.85% | - |
| XYZ | 56.71 | 64.84 | 65.4 | - |
| YUV | 207.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 202 | 0.12 | 0 | 0.07 | 0.15 | 146.67 | 0.26 | 0.8 |
| Hex | BE | D9 | CA | C | 0 | 7 | F | 93 | 1A | 50 |
| Octal | 276 | 331 | 312 | 14 | 0 | 7 | 17 | 223 | 32 | 120 |
| Binary | 10111110 | 11011001 | 11001010 | 1100 | 0 | 111 | 1111 | 10010011 | 11010 | 1010000 |
Color Harmonies of #BED9CA
Complementary color
Monochromatic Colors of #BED9CA
Black with #BED9CA
Text Example
Text Example
White with #BED9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9CA; }
p { color: rgb(190,217,202); }
H1.HeaderClassName
{
color: #BED9CA;
}
.AnyTagClassName
{
color: #BED9CA;
}
</style>
background-color css
<style>
a { background-color: #BED9CA; }
a { background-color: rgb(190,217,202); }
div.DivClassName
{
background-color: #BED9CA;
}
.BgClassName
{
background-color: #BED9CA;
}
</style>
border-color css
<style>
span { border-color: #BED9CA; }
span { border-color: rgb(190,217,202); }
td.TdClassName
{
border-color: #BED9CA;
}
.TagClassName
{
border-color: #BED9CA;
}
</style>