#ADCBCC

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

Shades of Jungle Mist #ADCBCC

Tints of Jungle Mist #ADCBCC

Color information

#ADCBCC (or 0xADCBCC) is unknown color: approx Jungle Mist. HEX triplet: AD, CB and CC. RGB value is (173,203,204). Sum of RGB (Red+Green+Blue) = 173+203+204=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCC is #523433. Grayscale: #C2C2C2. Windows color (decimal): -5387316 or 13421485. OLE color: 13421485.

HSL color Cylindrical-coordinate representation of color #ADCBCC: hue angle of 181.94º degrees, saturation: 0.23, 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 #ADCBCC is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB173203204-
CMYK0.150.0000.2
HSL181.94º23.31%73.92%-
HSV(B)181.94º15.2%80%-
XYZ49.4955.9665.32-
YUV194.14133.56112.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=29.83%
G=35%
B=35.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732032040.150.0000.2181.9423.3173.92
HexADCBCCF0014b6174a
Octal25531331417002426627112
Binary1010110111001011110011001111001010010110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBCC; }

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

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

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

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

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

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

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

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