#ADC9BA

Color #ADC9BA Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #ADC9BA

Tints of Nebula #ADC9BA

Color information

#ADC9BA (or 0xADC9BA) is unknown color: approx Nebula. HEX triplet: AD, C9 and BA. RGB value is (173,201,186). Sum of RGB (Red+Green+Blue) = 173+201+186=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BA is #523645. Grayscale: #BEBEBE. Windows color (decimal): -5387846 or 12241325. OLE color: 12241325.

HSL color Cylindrical-coordinate representation of color #ADC9BA: hue angle of 147.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB173201186-
CMYK0.1400.070.21
HSL147.86º20.59%73.33%-
HSV(B)147.86º13.93%78.82%-
XYZ46.9854.254.44-
YUV190.92125.22115.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=30.89%
G=35.89%
B=33.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011860.1400.070.21147.8620.5973.33
HexADC9BAE0715941549
Octal25531127216072522425111
Binary101011011100100110111010111001111010110010100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9BA; }

 p { color: rgb(173,201,186); }

 H1.HeaderClassName
 {
   color: #ADC9BA;
 }
 .AnyTagClassName
 {
   color: #ADC9BA;
 }
</style>
background-color css

<style>
 a { background-color: #ADC9BA; }

 a { background-color: rgb(173,201,186); }

 div.DivClassName
 {
   background-color: #ADC9BA;
 }
 .BgClassName
 {
   background-color: #ADC9BA;
 }
</style>
border-color css

<style>
 span { border-color: #ADC9BA; }

 span { border-color: rgb(173,201,186); }

 td.TdClassName
 {
   border-color: #ADC9BA;
 }
 .TagClassName
 {
   border-color: #ADC9BA;
 }
</style>