Shades of Nebula #ACCDBC
Tints of Nebula #ACCDBC
RGB
CMYK
RGB Variations
Color information
#ACCDBC (or 0xACCDBC) is known color: Nebula. HEX triplet: AC, CD and BC. RGB value is (172,205,188). Sum of RGB (Red+Green+Blue) = 172+205+188=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBC is #533243. Grayscale: #C1C1C1. Windows color (decimal): -5452356 or 12373420. OLE color: 12373420.
HSL color Cylindrical-coordinate representation of color #ACCDBC: hue angle of 149.09º 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 #ACCDBC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 188 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.20 |
| HSL | 149.09º | 0.25% | 0.74% | - |
| HSV(B) | 149.09º | 0.16% | 0.8% | - |
| XYZ | 47.92 | 56.06 | 55.87 | - |
| YUV | 193.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 188 | 0.16 | 0 | 0.08 | 0.20 | 149.09 | 0.25 | 0.74 |
| Hex | AC | CD | BC | 10 | 0 | 8 | 14 | 95 | 19 | 4A |
| Octal | 254 | 315 | 274 | 20 | 0 | 10 | 24 | 225 | 31 | 112 |
| Binary | 10101100 | 11001101 | 10111100 | 10000 | 0 | 1000 | 10100 | 10010101 | 11001 | 1001010 |
Color Harmonies of #ACCDBC
Complementary color
Monochromatic Colors of #ACCDBC
Black with #ACCDBC
Text Example
Text Example
White with #ACCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDBC; }
p { color: rgb(172,205,188); }
H1.HeaderClassName
{
color: #ACCDBC;
}
.AnyTagClassName
{
color: #ACCDBC;
}
</style>
background-color css
<style>
a { background-color: #ACCDBC; }
a { background-color: rgb(172,205,188); }
div.DivClassName
{
background-color: #ACCDBC;
}
.BgClassName
{
background-color: #ACCDBC;
}
</style>
border-color css
<style>
span { border-color: #ACCDBC; }
span { border-color: rgb(172,205,188); }
td.TdClassName
{
border-color: #ACCDBC;
}
.TagClassName
{
border-color: #ACCDBC;
}
</style>