Shades of Nebula #AECBBB
Tints of Nebula #AECBBB
RGB
CMYK
RGB Variations
Color information
#AECBBB (or 0xAECBBB) is known color: Nebula. HEX triplet: AE, CB and BB. RGB value is (174,203,187). Sum of RGB (Red+Green+Blue) = 174+203+187=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBBB is #513444. Grayscale: #C0C0C0. Windows color (decimal): -5321797 or 12307374. OLE color: 12307374.
HSL color Cylindrical-coordinate representation of color #AECBBB: hue angle of 146.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBBB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 187 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.20 |
| HSL | 146.9º | 0.22% | 0.74% | - |
| HSV(B) | 146.9º | 0.14% | 0.8% | - |
| XYZ | 47.78 | 55.3 | 55.17 | - |
| YUV | 192.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 187 | 0.14 | 0 | 0.08 | 0.20 | 146.9 | 0.22 | 0.74 |
| Hex | AE | CB | BB | E | 0 | 8 | 14 | 93 | 16 | 4A |
| Octal | 256 | 313 | 273 | 16 | 0 | 10 | 24 | 223 | 26 | 112 |
| Binary | 10101110 | 11001011 | 10111011 | 1110 | 0 | 1000 | 10100 | 10010011 | 10110 | 1001010 |
Color Harmonies of #AECBBB
Complementary color
Monochromatic Colors of #AECBBB
Black with #AECBBB
Text Example
Text Example
White with #AECBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBBB; }
p { color: rgb(174,203,187); }
H1.HeaderClassName
{
color: #AECBBB;
}
.AnyTagClassName
{
color: #AECBBB;
}
</style>
background-color css
<style>
a { background-color: #AECBBB; }
a { background-color: rgb(174,203,187); }
div.DivClassName
{
background-color: #AECBBB;
}
.BgClassName
{
background-color: #AECBBB;
}
</style>
border-color css
<style>
span { border-color: #AECBBB; }
span { border-color: rgb(174,203,187); }
td.TdClassName
{
border-color: #AECBBB;
}
.TagClassName
{
border-color: #AECBBB;
}
</style>