Shades of Nebula #ADCAB9
Tints of Nebula #ADCAB9
RGB
CMYK
RGB Variations
Color information
#ADCAB9 (or 0xADCAB9) is known color: Nebula. HEX triplet: AD, CA and B9. RGB value is (173,202,185). Sum of RGB (Red+Green+Blue) = 173+202+185=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB9 is #523546. Grayscale: #BFBFBF. Windows color (decimal): -5387591 or 12176045. OLE color: 12176045.
HSL color Cylindrical-coordinate representation of color #ADCAB9: hue angle of 144.83º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 202 | 185 | - |
CMYK | 0.14 | 0 | 0.08 | 0.21 |
HSL | 144.83º | 0.21% | 0.74% | - |
HSV(B) | 144.83º | 0.14% | 0.79% | - |
XYZ | 47.11 | 54.63 | 53.96 | - |
YUV | 191.39 | 124.39 | 114.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 185 | 0.14 | 0 | 0.08 | 0.21 | 144.83 | 0.21 | 0.74 |
Hex | AD | CA | B9 | E | 0 | 8 | 15 | 91 | 15 | 4A |
Octal | 255 | 312 | 271 | 16 | 0 | 10 | 25 | 221 | 25 | 112 |
Binary | 10101101 | 11001010 | 10111001 | 1110 | 0 | 1000 | 10101 | 10010001 | 10101 | 1001010 |
Color Harmonies of #ADCAB9
Complementary color
Monochromatic Colors of #ADCAB9
Black with #ADCAB9
Text Example
Text Example
White with #ADCAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCAB9; }
p { color: rgb(173,202,185); }
H1.HeaderClassName
{
color: #ADCAB9;
}
.AnyTagClassName
{
color: #ADCAB9;
}
</style>
background-color css
<style>
a { background-color: #ADCAB9; }
a { background-color: rgb(173,202,185); }
div.DivClassName
{
background-color: #ADCAB9;
}
.BgClassName
{
background-color: #ADCAB9;
}
</style>
border-color css
<style>
span { border-color: #ADCAB9; }
span { border-color: rgb(173,202,185); }
td.TdClassName
{
border-color: #ADCAB9;
}
.TagClassName
{
border-color: #ADCAB9;
}
</style>