Shades of Nebula #ACD3BD
Tints of Nebula #ACD3BD
RGB
CMYK
RGB Variations
Color information
#ACD3BD (or 0xACD3BD) is known color: Nebula. HEX triplet: AC, D3 and BD. RGB value is (172,211,189). Sum of RGB (Red+Green+Blue) = 172+211+189=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3BD is #532C42. Grayscale: #C4C4C4. Windows color (decimal): -5450819 or 12440492. OLE color: 12440492.
HSL color Cylindrical-coordinate representation of color #ACD3BD: hue angle of 146.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3BD is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 189 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.17 |
| HSL | 146.15º | 0.31% | 0.75% | - |
| HSV(B) | 146.15º | 0.18% | 0.83% | - |
| XYZ | 49.49 | 59.03 | 56.93 | - |
| YUV | 196.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 189 | 0.18 | 0 | 0.10 | 0.17 | 146.15 | 0.31 | 0.75 |
| Hex | AC | D3 | BD | 12 | 0 | A | 11 | 92 | 1F | 4B |
| Octal | 254 | 323 | 275 | 22 | 0 | 12 | 21 | 222 | 37 | 113 |
| Binary | 10101100 | 11010011 | 10111101 | 10010 | 0 | 1010 | 10001 | 10010010 | 11111 | 1001011 |
Color Harmonies of #ACD3BD
Complementary color
Monochromatic Colors of #ACD3BD
Black with #ACD3BD
Text Example
Text Example
White with #ACD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3BD; }
p { color: rgb(172,211,189); }
H1.HeaderClassName
{
color: #ACD3BD;
}
.AnyTagClassName
{
color: #ACD3BD;
}
</style>
background-color css
<style>
a { background-color: #ACD3BD; }
a { background-color: rgb(172,211,189); }
div.DivClassName
{
background-color: #ACD3BD;
}
.BgClassName
{
background-color: #ACD3BD;
}
</style>
border-color css
<style>
span { border-color: #ACD3BD; }
span { border-color: rgb(172,211,189); }
td.TdClassName
{
border-color: #ACD3BD;
}
.TagClassName
{
border-color: #ACD3BD;
}
</style>