Shades of Nebula #AECAB9
Tints of Nebula #AECAB9
RGB
CMYK
RGB Variations
Color information
#AECAB9 (or 0xAECAB9) is known color: Nebula. HEX triplet: AE, CA and B9. RGB value is (174,202,185). Sum of RGB (Red+Green+Blue) = 174+202+185=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB9 is #513546. Grayscale: #BFBFBF. Windows color (decimal): -5322055 or 12176046. OLE color: 12176046.
HSL color Cylindrical-coordinate representation of color #AECAB9: hue angle of 143.57º 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 #AECAB9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 202 | 185 | - |
CMYK | 0.14 | 0 | 0.08 | 0.21 |
HSL | 143.57º | 0.21% | 0.74% | - |
HSV(B) | 143.57º | 0.14% | 0.79% | - |
XYZ | 47.33 | 54.74 | 53.97 | - |
YUV | 191.69 | 124.22 | 115.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 185 | 0.14 | 0 | 0.08 | 0.21 | 143.57 | 0.21 | 0.74 |
Hex | AE | CA | B9 | E | 0 | 8 | 15 | 90 | 15 | 4A |
Octal | 256 | 312 | 271 | 16 | 0 | 10 | 25 | 220 | 25 | 112 |
Binary | 10101110 | 11001010 | 10111001 | 1110 | 0 | 1000 | 10101 | 10010000 | 10101 | 1001010 |
Color Harmonies of #AECAB9
Complementary color
Monochromatic Colors of #AECAB9
Black with #AECAB9
Text Example
Text Example
White with #AECAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAB9; }
p { color: rgb(174,202,185); }
H1.HeaderClassName
{
color: #AECAB9;
}
.AnyTagClassName
{
color: #AECAB9;
}
</style>
background-color css
<style>
a { background-color: #AECAB9; }
a { background-color: rgb(174,202,185); }
div.DivClassName
{
background-color: #AECAB9;
}
.BgClassName
{
background-color: #AECAB9;
}
</style>
border-color css
<style>
span { border-color: #AECAB9; }
span { border-color: rgb(174,202,185); }
td.TdClassName
{
border-color: #AECAB9;
}
.TagClassName
{
border-color: #AECAB9;
}
</style>