Shades of Nebula #ACC9BA
Tints of Nebula #ACC9BA
RGB
CMYK
RGB Variations
Color information
#ACC9BA (or 0xACC9BA) is known color: Nebula. HEX triplet: AC, C9 and BA. RGB value is (172,201,186). Sum of RGB (Red+Green+Blue) = 172+201+186=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BA is #533645. Grayscale: #BEBEBE. Windows color (decimal): -5453382 or 12241324. OLE color: 12241324.
HSL color Cylindrical-coordinate representation of color #ACC9BA: hue angle of 148.97º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 186 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.21 |
| HSL | 148.97º | 0.21% | 0.73% | - |
| HSV(B) | 148.97º | 0.14% | 0.79% | - |
| XYZ | 46.76 | 54.09 | 54.43 | - |
| YUV | 190.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 186 | 0.14 | 0 | 0.07 | 0.21 | 148.97 | 0.21 | 0.73 |
| Hex | AC | C9 | BA | E | 0 | 7 | 15 | 95 | 15 | 49 |
| Octal | 254 | 311 | 272 | 16 | 0 | 7 | 25 | 225 | 25 | 111 |
| Binary | 10101100 | 11001001 | 10111010 | 1110 | 0 | 111 | 10101 | 10010101 | 10101 | 1001001 |
Color Harmonies of #ACC9BA
Complementary color
Monochromatic Colors of #ACC9BA
Black with #ACC9BA
Text Example
Text Example
White with #ACC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9BA; }
p { color: rgb(172,201,186); }
H1.HeaderClassName
{
color: #ACC9BA;
}
.AnyTagClassName
{
color: #ACC9BA;
}
</style>
background-color css
<style>
a { background-color: #ACC9BA; }
a { background-color: rgb(172,201,186); }
div.DivClassName
{
background-color: #ACC9BA;
}
.BgClassName
{
background-color: #ACC9BA;
}
</style>
border-color css
<style>
span { border-color: #ACC9BA; }
span { border-color: rgb(172,201,186); }
td.TdClassName
{
border-color: #ACC9BA;
}
.TagClassName
{
border-color: #ACC9BA;
}
</style>