Shades of Nebula #AECDBC
Tints of Nebula #AECDBC
RGB
CMYK
RGB Variations
Color information
#AECDBC (or 0xAECDBC) is known color: Nebula. HEX triplet: AE, CD and BC. RGB value is (174,205,188). Sum of RGB (Red+Green+Blue) = 174+205+188=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBC is #513243. Grayscale: #C1C1C1. Windows color (decimal): -5321284 or 12373422. OLE color: 12373422.
HSL color Cylindrical-coordinate representation of color #AECDBC: hue angle of 147.1º degrees, saturation: 0.24, 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 #AECDBC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 188 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.20 |
| HSL | 147.1º | 0.24% | 0.74% | - |
| HSV(B) | 147.1º | 0.15% | 0.8% | - |
| XYZ | 48.36 | 56.29 | 55.89 | - |
| YUV | 193.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 188 | 0.15 | 0 | 0.08 | 0.20 | 147.1 | 0.24 | 0.74 |
| Hex | AE | CD | BC | F | 0 | 8 | 14 | 93 | 18 | 4A |
| Octal | 256 | 315 | 274 | 17 | 0 | 10 | 24 | 223 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10111100 | 1111 | 0 | 1000 | 10100 | 10010011 | 11000 | 1001010 |
Color Harmonies of #AECDBC
Complementary color
Monochromatic Colors of #AECDBC
Black with #AECDBC
Text Example
Text Example
White with #AECDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDBC; }
p { color: rgb(174,205,188); }
H1.HeaderClassName
{
color: #AECDBC;
}
.AnyTagClassName
{
color: #AECDBC;
}
</style>
background-color css
<style>
a { background-color: #AECDBC; }
a { background-color: rgb(174,205,188); }
div.DivClassName
{
background-color: #AECDBC;
}
.BgClassName
{
background-color: #AECDBC;
}
</style>
border-color css
<style>
span { border-color: #AECDBC; }
span { border-color: rgb(174,205,188); }
td.TdClassName
{
border-color: #AECDBC;
}
.TagClassName
{
border-color: #AECDBC;
}
</style>