Shades of Nebula #ACD7BC
Tints of Nebula #ACD7BC
RGB
CMYK
RGB Variations
Color information
#ACD7BC (or 0xACD7BC) is known color: Nebula. HEX triplet: AC, D7 and BC. RGB value is (172,215,188). Sum of RGB (Red+Green+Blue) = 172+215+188=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7BC is #532843. Grayscale: #C7C7C7. Windows color (decimal): -5449796 or 12375980. OLE color: 12375980.
HSL color Cylindrical-coordinate representation of color #ACD7BC: hue angle of 142.33º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7BC is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 188 | - |
| CMYK | 0.2 | 0 | 0.13 | 0.16 |
| HSL | 142.33º | 0.35% | 0.76% | - |
| HSV(B) | 142.33º | 0.2% | 0.84% | - |
| XYZ | 50.39 | 61 | 56.7 | - |
| YUV | 199.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 188 | 0.2 | 0 | 0.13 | 0.16 | 142.33 | 0.35 | 0.76 |
| Hex | AC | D7 | BC | 14 | 0 | D | 10 | 8E | 23 | 4C |
| Octal | 254 | 327 | 274 | 24 | 0 | 15 | 20 | 216 | 43 | 114 |
| Binary | 10101100 | 11010111 | 10111100 | 10100 | 0 | 1101 | 10000 | 10001110 | 100011 | 1001100 |
Color Harmonies of #ACD7BC
Complementary color
Monochromatic Colors of #ACD7BC
Black with #ACD7BC
Text Example
Text Example
White with #ACD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7BC; }
p { color: rgb(172,215,188); }
H1.HeaderClassName
{
color: #ACD7BC;
}
.AnyTagClassName
{
color: #ACD7BC;
}
</style>
background-color css
<style>
a { background-color: #ACD7BC; }
a { background-color: rgb(172,215,188); }
div.DivClassName
{
background-color: #ACD7BC;
}
.BgClassName
{
background-color: #ACD7BC;
}
</style>
border-color css
<style>
span { border-color: #ACD7BC; }
span { border-color: rgb(172,215,188); }
td.TdClassName
{
border-color: #ACD7BC;
}
.TagClassName
{
border-color: #ACD7BC;
}
</style>