Shades of Nebula #ACD2BD
Tints of Nebula #ACD2BD
RGB
CMYK
RGB Variations
Color information
#ACD2BD (or 0xACD2BD) is known color: Nebula. HEX triplet: AC, D2 and BD. RGB value is (172,210,189). Sum of RGB (Red+Green+Blue) = 172+210+189=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2BD is #532D42. Grayscale: #C4C4C4. Windows color (decimal): -5451075 or 12440236. OLE color: 12440236.
HSL color Cylindrical-coordinate representation of color #ACD2BD: hue angle of 146.84º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2BD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 189 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 146.84º | 0.3% | 0.75% | - |
| HSV(B) | 146.84º | 0.18% | 0.82% | - |
| XYZ | 49.25 | 58.54 | 56.85 | - |
| YUV | 196.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 189 | 0.18 | 0 | 0.10 | 0.18 | 146.84 | 0.3 | 0.75 |
| Hex | AC | D2 | BD | 12 | 0 | A | 12 | 93 | 1E | 4B |
| Octal | 254 | 322 | 275 | 22 | 0 | 12 | 22 | 223 | 36 | 113 |
| Binary | 10101100 | 11010010 | 10111101 | 10010 | 0 | 1010 | 10010 | 10010011 | 11110 | 1001011 |
Color Harmonies of #ACD2BD
Complementary color
Monochromatic Colors of #ACD2BD
Black with #ACD2BD
Text Example
Text Example
White with #ACD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2BD; }
p { color: rgb(172,210,189); }
H1.HeaderClassName
{
color: #ACD2BD;
}
.AnyTagClassName
{
color: #ACD2BD;
}
</style>
background-color css
<style>
a { background-color: #ACD2BD; }
a { background-color: rgb(172,210,189); }
div.DivClassName
{
background-color: #ACD2BD;
}
.BgClassName
{
background-color: #ACD2BD;
}
</style>
border-color css
<style>
span { border-color: #ACD2BD; }
span { border-color: rgb(172,210,189); }
td.TdClassName
{
border-color: #ACD2BD;
}
.TagClassName
{
border-color: #ACD2BD;
}
</style>