Shades of Nebula #AECABB
Tints of Nebula #AECABB
RGB
CMYK
RGB Variations
Color information
#AECABB (or 0xAECABB) is known color: Nebula. HEX triplet: AE, CA and BB. RGB value is (174,202,187). Sum of RGB (Red+Green+Blue) = 174+202+187=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABB is #513544. Grayscale: #BFBFBF. Windows color (decimal): -5322053 or 12307118. OLE color: 12307118.
HSL color Cylindrical-coordinate representation of color #AECABB: hue angle of 147.86º 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 #AECABB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 174 | 202 | 187 | - |
CMYK | 0.14 | 0 | 0.07 | 0.21 |
HSL | 147.86º | 0.21% | 0.74% | - |
HSV(B) | 147.86º | 0.14% | 0.79% | - |
XYZ | 47.55 | 54.83 | 55.09 | - |
YUV | 191.92 | 125.22 | 115.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 202 | 187 | 0.14 | 0 | 0.07 | 0.21 | 147.86 | 0.21 | 0.74 |
Hex | AE | CA | BB | E | 0 | 7 | 15 | 94 | 15 | 4A |
Octal | 256 | 312 | 273 | 16 | 0 | 7 | 25 | 224 | 25 | 112 |
Binary | 10101110 | 11001010 | 10111011 | 1110 | 0 | 111 | 10101 | 10010100 | 10101 | 1001010 |
Color Harmonies of #AECABB
Complementary color
Monochromatic Colors of #AECABB
Black with #AECABB
Text Example
Text Example
White with #AECABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECABB; }
p { color: rgb(174,202,187); }
H1.HeaderClassName
{
color: #AECABB;
}
.AnyTagClassName
{
color: #AECABB;
}
</style>
background-color css
<style>
a { background-color: #AECABB; }
a { background-color: rgb(174,202,187); }
div.DivClassName
{
background-color: #AECABB;
}
.BgClassName
{
background-color: #AECABB;
}
</style>
border-color css
<style>
span { border-color: #AECABB; }
span { border-color: rgb(174,202,187); }
td.TdClassName
{
border-color: #AECABB;
}
.TagClassName
{
border-color: #AECABB;
}
</style>