Shades of Nebula #ACCDBB
Tints of Nebula #ACCDBB
RGB
CMYK
RGB Variations
Color information
#ACCDBB (or 0xACCDBB) is known color: Nebula. HEX triplet: AC, CD and BB. RGB value is (172,205,187). Sum of RGB (Red+Green+Blue) = 172+205+187=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBB is #533244. Grayscale: #C1C1C1. Windows color (decimal): -5452357 or 12307884. OLE color: 12307884.
HSL color Cylindrical-coordinate representation of color #ACCDBB: hue angle of 147.27º 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 #ACCDBB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 187 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.20 |
| HSL | 147.27º | 0.25% | 0.74% | - |
| HSV(B) | 147.27º | 0.16% | 0.8% | - |
| XYZ | 47.81 | 56.02 | 55.31 | - |
| YUV | 193.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 187 | 0.16 | 0 | 0.09 | 0.20 | 147.27 | 0.25 | 0.74 |
| Hex | AC | CD | BB | 10 | 0 | 9 | 14 | 93 | 19 | 4A |
| Octal | 254 | 315 | 273 | 20 | 0 | 11 | 24 | 223 | 31 | 112 |
| Binary | 10101100 | 11001101 | 10111011 | 10000 | 0 | 1001 | 10100 | 10010011 | 11001 | 1001010 |
Color Harmonies of #ACCDBB
Complementary color
Monochromatic Colors of #ACCDBB
Black with #ACCDBB
Text Example
Text Example
White with #ACCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDBB; }
p { color: rgb(172,205,187); }
H1.HeaderClassName
{
color: #ACCDBB;
}
.AnyTagClassName
{
color: #ACCDBB;
}
</style>
background-color css
<style>
a { background-color: #ACCDBB; }
a { background-color: rgb(172,205,187); }
div.DivClassName
{
background-color: #ACCDBB;
}
.BgClassName
{
background-color: #ACCDBB;
}
</style>
border-color css
<style>
span { border-color: #ACCDBB; }
span { border-color: rgb(172,205,187); }
td.TdClassName
{
border-color: #ACCDBB;
}
.TagClassName
{
border-color: #ACCDBB;
}
</style>