Shades of Aero Blue #BEDECC
Tints of Aero Blue #BEDECC
RGB
CMYK
RGB Variations
Color information
#BEDECC (or 0xBEDECC) is known color: Aero Blue. HEX triplet: BE, DE and CC. RGB value is (190,222,204). Sum of RGB (Red+Green+Blue) = 190+222+204=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECC is #412133. Grayscale: #D2D2D2. Windows color (decimal): -4268340 or 13426366. OLE color: 13426366.
HSL color Cylindrical-coordinate representation of color #BEDECC: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDECC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 204 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.13 |
| HSL | 146.25º | 0.33% | 0.81% | - |
| HSV(B) | 146.25º | 0.14% | 0.87% | - |
| XYZ | 58.26 | 67.55 | 67.09 | - |
| YUV | 210.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 204 | 0.14 | 0 | 0.08 | 0.13 | 146.25 | 0.33 | 0.81 |
| Hex | BE | DE | CC | E | 0 | 8 | D | 92 | 21 | 51 |
| Octal | 276 | 336 | 314 | 16 | 0 | 10 | 15 | 222 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11001100 | 1110 | 0 | 1000 | 1101 | 10010010 | 100001 | 1010001 |
Color Harmonies of #BEDECC
Complementary color
Monochromatic Colors of #BEDECC
Black with #BEDECC
Text Example
Text Example
White with #BEDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDECC; }
p { color: rgb(190,222,204); }
H1.HeaderClassName
{
color: #BEDECC;
}
.AnyTagClassName
{
color: #BEDECC;
}
</style>
background-color css
<style>
a { background-color: #BEDECC; }
a { background-color: rgb(190,222,204); }
div.DivClassName
{
background-color: #BEDECC;
}
.BgClassName
{
background-color: #BEDECC;
}
</style>
border-color css
<style>
span { border-color: #BEDECC; }
span { border-color: rgb(190,222,204); }
td.TdClassName
{
border-color: #BEDECC;
}
.TagClassName
{
border-color: #BEDECC;
}
</style>