Shades of Nebula #ACCBB8
Tints of Nebula #ACCBB8
RGB
CMYK
RGB Variations
Color information
#ACCBB8 (or 0xACCBB8) is known color: Nebula. HEX triplet: AC, CB and B8. RGB value is (172,203,184). Sum of RGB (Red+Green+Blue) = 172+203+184=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBB8 is #533447. Grayscale: #BFBFBF. Windows color (decimal): -5452872 or 12110764. OLE color: 12110764.
HSL color Cylindrical-coordinate representation of color #ACCBB8: hue angle of 143.23º degrees, saturation: 0.23, 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 #ACCBB8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 184 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.20 |
| HSL | 143.23º | 0.23% | 0.74% | - |
| HSV(B) | 143.23º | 0.15% | 0.8% | - |
| XYZ | 47.02 | 54.94 | 53.47 | - |
| YUV | 191.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 184 | 0.15 | 0 | 0.09 | 0.20 | 143.23 | 0.23 | 0.74 |
| Hex | AC | CB | B8 | F | 0 | 9 | 14 | 8F | 17 | 4A |
| Octal | 254 | 313 | 270 | 17 | 0 | 11 | 24 | 217 | 27 | 112 |
| Binary | 10101100 | 11001011 | 10111000 | 1111 | 0 | 1001 | 10100 | 10001111 | 10111 | 1001010 |
Color Harmonies of #ACCBB8
Complementary color
Monochromatic Colors of #ACCBB8
Black with #ACCBB8
Text Example
Text Example
White with #ACCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBB8; }
p { color: rgb(172,203,184); }
H1.HeaderClassName
{
color: #ACCBB8;
}
.AnyTagClassName
{
color: #ACCBB8;
}
</style>
background-color css
<style>
a { background-color: #ACCBB8; }
a { background-color: rgb(172,203,184); }
div.DivClassName
{
background-color: #ACCBB8;
}
.BgClassName
{
background-color: #ACCBB8;
}
</style>
border-color css
<style>
span { border-color: #ACCBB8; }
span { border-color: rgb(172,203,184); }
td.TdClassName
{
border-color: #ACCBB8;
}
.TagClassName
{
border-color: #ACCBB8;
}
</style>