#ADC8CB

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

Shades of Jungle Mist #ADC8CB

Tints of Jungle Mist #ADC8CB

Color information

#ADC8CB (or 0xADC8CB) is unknown color: approx Jungle Mist. HEX triplet: AD, C8 and CB. RGB value is (173,200,203). Sum of RGB (Red+Green+Blue) = 173+200+203=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CB is #523734. Grayscale: #C0C0C0. Windows color (decimal): -5388085 or 13355181. OLE color: 13355181.

HSL color Cylindrical-coordinate representation of color #ADC8CB: hue angle of 186º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC8CB is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173200203-
CMYK0.150.0100.20
HSL186º22.39%73.73%-
HSV(B)186º14.78%79.61%-
XYZ48.6754.564.46-
YUV192.27134.05114.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=30.03%
G=34.72%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732002030.150.0100.2018622.3973.73
HexADC8CBF1014ba164a
Octal25531031317102427226112
Binary1010110111001000110010111111101010010111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8CB; }

 p { color: rgb(173,200,203); }

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

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

 a { background-color: rgb(173,200,203); }

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

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

 span { border-color: rgb(173,200,203); }

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