Shades of Nebula #AEC4B7
Tints of Nebula #AEC4B7
RGB
CMYK
RGB Variations
Color information
#AEC4B7 (or 0xAEC4B7) is known color: Nebula. HEX triplet: AE, C4 and B7. RGB value is (174,196,183). Sum of RGB (Red+Green+Blue) = 174+196+183=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4B7 is #513B48. Grayscale: #BBBBBB. Windows color (decimal): -5323593 or 12043438. OLE color: 12043438.
HSL color Cylindrical-coordinate representation of color #AEC4B7: hue angle of 144.55º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC4B7 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 174 | 196 | 183 | - |
CMYK | 0.11 | 0 | 0.07 | 0.23 |
HSL | 144.55º | 0.16% | 0.73% | - |
HSV(B) | 144.55º | 0.11% | 0.77% | - |
XYZ | 45.74 | 51.9 | 52.41 | - |
YUV | 187.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 196 | 183 | 0.11 | 0 | 0.07 | 0.23 | 144.55 | 0.16 | 0.73 |
Hex | AE | C4 | B7 | B | 0 | 7 | 17 | 91 | 10 | 49 |
Octal | 256 | 304 | 267 | 13 | 0 | 7 | 27 | 221 | 20 | 111 |
Binary | 10101110 | 11000100 | 10110111 | 1011 | 0 | 111 | 10111 | 10010001 | 10000 | 1001001 |
Color Harmonies of #AEC4B7
Complementary color
Monochromatic Colors of #AEC4B7
Black with #AEC4B7
Text Example
Text Example
White with #AEC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC4B7; }
p { color: rgb(174,196,183); }
H1.HeaderClassName
{
color: #AEC4B7;
}
.AnyTagClassName
{
color: #AEC4B7;
}
</style>
background-color css
<style>
a { background-color: #AEC4B7; }
a { background-color: rgb(174,196,183); }
div.DivClassName
{
background-color: #AEC4B7;
}
.BgClassName
{
background-color: #AEC4B7;
}
</style>
border-color css
<style>
span { border-color: #AEC4B7; }
span { border-color: rgb(174,196,183); }
td.TdClassName
{
border-color: #AEC4B7;
}
.TagClassName
{
border-color: #AEC4B7;
}
</style>