Shades of Nebula #AECABA
Tints of Nebula #AECABA
RGB
CMYK
RGB Variations
Color information
#AECABA (or 0xAECABA) is known color: Nebula. HEX triplet: AE, CA and BA. RGB value is (174,202,186). Sum of RGB (Red+Green+Blue) = 174+202+186=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABA is #513545. Grayscale: #BFBFBF. Windows color (decimal): -5322054 or 12241582. OLE color: 12241582.
HSL color Cylindrical-coordinate representation of color #AECABA: hue angle of 145.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECABA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 186 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.21 |
| HSL | 145.71º | 0.21% | 0.74% | - |
| HSV(B) | 145.71º | 0.14% | 0.79% | - |
| XYZ | 47.44 | 54.78 | 54.53 | - |
| YUV | 191.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 186 | 0.14 | 0 | 0.08 | 0.21 | 145.71 | 0.21 | 0.74 |
| Hex | AE | CA | BA | E | 0 | 8 | 15 | 92 | 15 | 4A |
| Octal | 256 | 312 | 272 | 16 | 0 | 10 | 25 | 222 | 25 | 112 |
| Binary | 10101110 | 11001010 | 10111010 | 1110 | 0 | 1000 | 10101 | 10010010 | 10101 | 1001010 |
Color Harmonies of #AECABA
Complementary color
Monochromatic Colors of #AECABA
Black with #AECABA
Text Example
Text Example
White with #AECABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECABA; }
p { color: rgb(174,202,186); }
H1.HeaderClassName
{
color: #AECABA;
}
.AnyTagClassName
{
color: #AECABA;
}
</style>
background-color css
<style>
a { background-color: #AECABA; }
a { background-color: rgb(174,202,186); }
div.DivClassName
{
background-color: #AECABA;
}
.BgClassName
{
background-color: #AECABA;
}
</style>
border-color css
<style>
span { border-color: #AECABA; }
span { border-color: rgb(174,202,186); }
td.TdClassName
{
border-color: #AECABA;
}
.TagClassName
{
border-color: #AECABA;
}
</style>