Shades of Aero Blue #BEDECE
Tints of Aero Blue #BEDECE
RGB
CMYK
RGB Variations
Color information
#BEDECE (or 0xBEDECE) is known color: Aero Blue. HEX triplet: BE, DE and CE. RGB value is (190,222,206). Sum of RGB (Red+Green+Blue) = 190+222+206=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDECE is #412131. Grayscale: #D2D2D2. Windows color (decimal): -4268338 or 13557438. OLE color: 13557438.
HSL color Cylindrical-coordinate representation of color #BEDECE: hue angle of 150º 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 #BEDECE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 190 | 222 | 206 | - |
CMYK | 0.14 | 0 | 0.07 | 0.13 |
HSL | 150º | 0.33% | 0.81% | - |
HSV(B) | 150º | 0.14% | 0.87% | - |
XYZ | 58.5 | 67.65 | 68.37 | - |
YUV | 210.61 | 125.4 | 113.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 222 | 206 | 0.14 | 0 | 0.07 | 0.13 | 150 | 0.33 | 0.81 |
Hex | BE | DE | CE | E | 0 | 7 | D | 96 | 21 | 51 |
Octal | 276 | 336 | 316 | 16 | 0 | 7 | 15 | 226 | 41 | 121 |
Binary | 10111110 | 11011110 | 11001110 | 1110 | 0 | 111 | 1101 | 10010110 | 100001 | 1010001 |
Color Harmonies of #BEDECE
Complementary color
Monochromatic Colors of #BEDECE
Black with #BEDECE
Text Example
Text Example
White with #BEDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDECE; }
p { color: rgb(190,222,206); }
H1.HeaderClassName
{
color: #BEDECE;
}
.AnyTagClassName
{
color: #BEDECE;
}
</style>
background-color css
<style>
a { background-color: #BEDECE; }
a { background-color: rgb(190,222,206); }
div.DivClassName
{
background-color: #BEDECE;
}
.BgClassName
{
background-color: #BEDECE;
}
</style>
border-color css
<style>
span { border-color: #BEDECE; }
span { border-color: rgb(190,222,206); }
td.TdClassName
{
border-color: #BEDECE;
}
.TagClassName
{
border-color: #BEDECE;
}
</style>