Html Css Color HEX #ADCCCB Jungle Mist

📋 copy color: '#ADCCCB'

red 173 ◦ green 204 ◦ blue 203

#ADCCCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #ADCCCB

Tints of Jungle Mist #ADCCCB

RGB

 RED value IS 173 (67.97% from 255) = 29.83%

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 203 (79.69% from 255) = 35%

R = 29.83%
G = 35.17%
B = 35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 173 204 203 -
CMYK 0.15 0 0.00 0.2
HSL 178.06º 0.23% 0.74% -
HSV(B) 178.06º 0.15% 0.8% -
XYZ 49.61 56.38 64.77 -
YUV 194.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 173 204 203 0.15 0 0.00 0.2 178.06 0.23 0.74
Hex AD CC CB F 0 0 14 B2 17 4A
Octal 255 314 313 17 0 0 24 262 27 112
Binary 10101101 11001100 11001011 1111 0 0 10100 10110010 10111 1001010

Color Harmonies of #ADCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCCB

Black with #ADCCCB

Text Example


Text Example

White with #ADCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCCB; }

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

 H1.HeaderClassName
 {
   color: #ADCCCB;
 }
 .AnyTagClassName
 {
   color: #ADCCCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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