Shades of Nebula #ACD1BC
Tints of Nebula #ACD1BC
RGB
CMYK
RGB Variations
Color information
#ACD1BC (or 0xACD1BC) is known color: Nebula. HEX triplet: AC, D1 and BC. RGB value is (172,209,188). Sum of RGB (Red+Green+Blue) = 172+209+188=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1BC is #532E43. Grayscale: #C3C3C3. Windows color (decimal): -5451332 or 12374444. OLE color: 12374444.
HSL color Cylindrical-coordinate representation of color #ACD1BC: hue angle of 145.95º degrees, saturation: 0.29, 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 #ACD1BC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 188 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.18 |
| HSL | 145.95º | 0.29% | 0.75% | - |
| HSV(B) | 145.95º | 0.18% | 0.82% | - |
| XYZ | 48.89 | 58 | 56.2 | - |
| YUV | 195.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 188 | 0.18 | 0 | 0.10 | 0.18 | 145.95 | 0.29 | 0.75 |
| Hex | AC | D1 | BC | 12 | 0 | A | 12 | 92 | 1D | 4B |
| Octal | 254 | 321 | 274 | 22 | 0 | 12 | 22 | 222 | 35 | 113 |
| Binary | 10101100 | 11010001 | 10111100 | 10010 | 0 | 1010 | 10010 | 10010010 | 11101 | 1001011 |
Color Harmonies of #ACD1BC
Complementary color
Monochromatic Colors of #ACD1BC
Black with #ACD1BC
Text Example
Text Example
White with #ACD1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1BC; }
p { color: rgb(172,209,188); }
H1.HeaderClassName
{
color: #ACD1BC;
}
.AnyTagClassName
{
color: #ACD1BC;
}
</style>
background-color css
<style>
a { background-color: #ACD1BC; }
a { background-color: rgb(172,209,188); }
div.DivClassName
{
background-color: #ACD1BC;
}
.BgClassName
{
background-color: #ACD1BC;
}
</style>
border-color css
<style>
span { border-color: #ACD1BC; }
span { border-color: rgb(172,209,188); }
td.TdClassName
{
border-color: #ACD1BC;
}
.TagClassName
{
border-color: #ACD1BC;
}
</style>