Shades of Nebula #AECABC
Tints of Nebula #AECABC
RGB
CMYK
RGB Variations
Color information
#AECABC (or 0xAECABC) is known color: Nebula. HEX triplet: AE, CA and BC. RGB value is (174,202,188). Sum of RGB (Red+Green+Blue) = 174+202+188=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABC is #513543. Grayscale: #C0C0C0. Windows color (decimal): -5322052 or 12372654. OLE color: 12372654.
HSL color Cylindrical-coordinate representation of color #AECABC: hue angle of 150º 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 #AECABC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 188 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.21 |
| HSL | 150º | 0.21% | 0.74% | - |
| HSV(B) | 150º | 0.14% | 0.79% | - |
| XYZ | 47.65 | 54.87 | 55.66 | - |
| YUV | 192.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 188 | 0.14 | 0 | 0.07 | 0.21 | 150 | 0.21 | 0.74 |
| Hex | AE | CA | BC | E | 0 | 7 | 15 | 96 | 15 | 4A |
| Octal | 256 | 312 | 274 | 16 | 0 | 7 | 25 | 226 | 25 | 112 |
| Binary | 10101110 | 11001010 | 10111100 | 1110 | 0 | 111 | 10101 | 10010110 | 10101 | 1001010 |
Color Harmonies of #AECABC
Complementary color
Monochromatic Colors of #AECABC
Black with #AECABC
Text Example
Text Example
White with #AECABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECABC; }
p { color: rgb(174,202,188); }
H1.HeaderClassName
{
color: #AECABC;
}
.AnyTagClassName
{
color: #AECABC;
}
</style>
background-color css
<style>
a { background-color: #AECABC; }
a { background-color: rgb(174,202,188); }
div.DivClassName
{
background-color: #AECABC;
}
.BgClassName
{
background-color: #AECABC;
}
</style>
border-color css
<style>
span { border-color: #AECABC; }
span { border-color: rgb(174,202,188); }
td.TdClassName
{
border-color: #AECABC;
}
.TagClassName
{
border-color: #AECABC;
}
</style>