Shades of Nebula #ACCDBA
Tints of Nebula #ACCDBA
RGB
CMYK
RGB Variations
Color information
#ACCDBA (or 0xACCDBA) is known color: Nebula. HEX triplet: AC, CD and BA. RGB value is (172,205,186). Sum of RGB (Red+Green+Blue) = 172+205+186=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBA is #533245. Grayscale: #C1C1C1. Windows color (decimal): -5452358 or 12242348. OLE color: 12242348.
HSL color Cylindrical-coordinate representation of color #ACCDBA: hue angle of 145.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDBA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 186 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.20 |
| HSL | 145.45º | 0.25% | 0.74% | - |
| HSV(B) | 145.45º | 0.16% | 0.8% | - |
| XYZ | 47.71 | 55.98 | 54.74 | - |
| YUV | 192.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 186 | 0.16 | 0 | 0.09 | 0.20 | 145.45 | 0.25 | 0.74 |
| Hex | AC | CD | BA | 10 | 0 | 9 | 14 | 91 | 19 | 4A |
| Octal | 254 | 315 | 272 | 20 | 0 | 11 | 24 | 221 | 31 | 112 |
| Binary | 10101100 | 11001101 | 10111010 | 10000 | 0 | 1001 | 10100 | 10010001 | 11001 | 1001010 |
Color Harmonies of #ACCDBA
Complementary color
Monochromatic Colors of #ACCDBA
Black with #ACCDBA
Text Example
Text Example
White with #ACCDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDBA; }
p { color: rgb(172,205,186); }
H1.HeaderClassName
{
color: #ACCDBA;
}
.AnyTagClassName
{
color: #ACCDBA;
}
</style>
background-color css
<style>
a { background-color: #ACCDBA; }
a { background-color: rgb(172,205,186); }
div.DivClassName
{
background-color: #ACCDBA;
}
.BgClassName
{
background-color: #ACCDBA;
}
</style>
border-color css
<style>
span { border-color: #ACCDBA; }
span { border-color: rgb(172,205,186); }
td.TdClassName
{
border-color: #ACCDBA;
}
.TagClassName
{
border-color: #ACCDBA;
}
</style>