#ADC4B6

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

Shades of Nebula #ADC4B6

Tints of Nebula #ADC4B6

Color information

#ADC4B6 (or 0xADC4B6) is unknown color: approx Nebula. HEX triplet: AD, C4 and B6. RGB value is (173,196,182). Sum of RGB (Red+Green+Blue) = 173+196+182=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4B6 is #523B49. Grayscale: #BBBBBB. Windows color (decimal): -5389130 or 11977901. OLE color: 11977901.

HSL color Cylindrical-coordinate representation of color #ADC4B6: hue angle of 143.48º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4B6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB173196182-
CMYK0.1200.070.23
HSL143.48º16.31%72.35%-
HSV(B)143.48º11.73%76.86%-
XYZ45.4251.7451.85-
YUV187.53124.88117.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 182 (71.48% from 255) = 33.03%
R=31.40%
G=35.57%
B=33.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961820.1200.070.23143.4816.3172.35
HexADC4B6C07178f1048
Octal25530426614072721720110
Binary101011011100010010110110110001111011110001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4B6; }

 p { color: rgb(173,196,182); }

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

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

 a { background-color: rgb(173,196,182); }

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

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

 span { border-color: rgb(173,196,182); }

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