Shades of Nebula #AECCBB
Tints of Nebula #AECCBB
RGB
CMYK
RGB Variations
Color information
#AECCBB (or 0xAECCBB) is known color: Nebula. HEX triplet: AE, CC and BB. RGB value is (174,204,187). Sum of RGB (Red+Green+Blue) = 174+204+187=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCBB is #513344. Grayscale: #C1C1C1. Windows color (decimal): -5321541 or 12307630. OLE color: 12307630.
HSL color Cylindrical-coordinate representation of color #AECCBB: hue angle of 146º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCBB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 187 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.2 |
| HSL | 146º | 0.23% | 0.74% | - |
| HSV(B) | 146º | 0.15% | 0.8% | - |
| XYZ | 48.02 | 55.77 | 55.25 | - |
| YUV | 193.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 187 | 0.15 | 0 | 0.08 | 0.2 | 146 | 0.23 | 0.74 |
| Hex | AE | CC | BB | F | 0 | 8 | 14 | 92 | 17 | 4A |
| Octal | 256 | 314 | 273 | 17 | 0 | 10 | 24 | 222 | 27 | 112 |
| Binary | 10101110 | 11001100 | 10111011 | 1111 | 0 | 1000 | 10100 | 10010010 | 10111 | 1001010 |
Color Harmonies of #AECCBB
Complementary color
Monochromatic Colors of #AECCBB
Black with #AECCBB
Text Example
Text Example
White with #AECCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCBB; }
p { color: rgb(174,204,187); }
H1.HeaderClassName
{
color: #AECCBB;
}
.AnyTagClassName
{
color: #AECCBB;
}
</style>
background-color css
<style>
a { background-color: #AECCBB; }
a { background-color: rgb(174,204,187); }
div.DivClassName
{
background-color: #AECCBB;
}
.BgClassName
{
background-color: #AECCBB;
}
</style>
border-color css
<style>
span { border-color: #AECCBB; }
span { border-color: rgb(174,204,187); }
td.TdClassName
{
border-color: #AECCBB;
}
.TagClassName
{
border-color: #AECCBB;
}
</style>