Shades of Nebula #ACCDB9
Tints of Nebula #ACCDB9
RGB
CMYK
RGB Variations
Color information
#ACCDB9 (or 0xACCDB9) is known color: Nebula. HEX triplet: AC, CD and B9. RGB value is (172,205,185). Sum of RGB (Red+Green+Blue) = 172+205+185=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDB9 is #533246. Grayscale: #C0C0C0. Windows color (decimal): -5452359 or 12176812. OLE color: 12176812.
HSL color Cylindrical-coordinate representation of color #ACCDB9: hue angle of 143.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDB9 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 185 | - |
CMYK | 0.16 | 0 | 0.10 | 0.20 |
HSL | 143.64º | 0.25% | 0.74% | - |
HSV(B) | 143.64º | 0.16% | 0.8% | - |
XYZ | 47.6 | 55.94 | 54.19 | - |
YUV | 192.85 | 123.57 | 113.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 185 | 0.16 | 0 | 0.10 | 0.20 | 143.64 | 0.25 | 0.74 |
Hex | AC | CD | B9 | 10 | 0 | A | 14 | 90 | 19 | 4A |
Octal | 254 | 315 | 271 | 20 | 0 | 12 | 24 | 220 | 31 | 112 |
Binary | 10101100 | 11001101 | 10111001 | 10000 | 0 | 1010 | 10100 | 10010000 | 11001 | 1001010 |
Color Harmonies of #ACCDB9
Complementary color
Monochromatic Colors of #ACCDB9
Black with #ACCDB9
Text Example
Text Example
White with #ACCDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDB9; }
p { color: rgb(172,205,185); }
H1.HeaderClassName
{
color: #ACCDB9;
}
.AnyTagClassName
{
color: #ACCDB9;
}
</style>
background-color css
<style>
a { background-color: #ACCDB9; }
a { background-color: rgb(172,205,185); }
div.DivClassName
{
background-color: #ACCDB9;
}
.BgClassName
{
background-color: #ACCDB9;
}
</style>
border-color css
<style>
span { border-color: #ACCDB9; }
span { border-color: rgb(172,205,185); }
td.TdClassName
{
border-color: #ACCDB9;
}
.TagClassName
{
border-color: #ACCDB9;
}
</style>