Shades of Nebula #ACD4BD
Tints of Nebula #ACD4BD
RGB
CMYK
RGB Variations
Color information
#ACD4BD (or 0xACD4BD) is known color: Nebula. HEX triplet: AC, D4 and BD. RGB value is (172,212,189). Sum of RGB (Red+Green+Blue) = 172+212+189=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4BD is #532B42. Grayscale: #C5C5C5. Windows color (decimal): -5450563 or 12440748. OLE color: 12440748.
HSL color Cylindrical-coordinate representation of color #ACD4BD: hue angle of 145.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4BD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 189 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.17 |
| HSL | 145.5º | 0.32% | 0.75% | - |
| HSV(B) | 145.5º | 0.19% | 0.83% | - |
| XYZ | 49.74 | 59.53 | 57.01 | - |
| YUV | 197.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 189 | 0.19 | 0 | 0.11 | 0.17 | 145.5 | 0.32 | 0.75 |
| Hex | AC | D4 | BD | 13 | 0 | B | 11 | 92 | 20 | 4B |
| Octal | 254 | 324 | 275 | 23 | 0 | 13 | 21 | 222 | 40 | 113 |
| Binary | 10101100 | 11010100 | 10111101 | 10011 | 0 | 1011 | 10001 | 10010010 | 100000 | 1001011 |
Color Harmonies of #ACD4BD
Complementary color
Monochromatic Colors of #ACD4BD
Black with #ACD4BD
Text Example
Text Example
White with #ACD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4BD; }
p { color: rgb(172,212,189); }
H1.HeaderClassName
{
color: #ACD4BD;
}
.AnyTagClassName
{
color: #ACD4BD;
}
</style>
background-color css
<style>
a { background-color: #ACD4BD; }
a { background-color: rgb(172,212,189); }
div.DivClassName
{
background-color: #ACD4BD;
}
.BgClassName
{
background-color: #ACD4BD;
}
</style>
border-color css
<style>
span { border-color: #ACD4BD; }
span { border-color: rgb(172,212,189); }
td.TdClassName
{
border-color: #ACD4BD;
}
.TagClassName
{
border-color: #ACD4BD;
}
</style>