Html Css Color HEX #ADCBCD Jungle Mist

📋 copy color: '#ADCBCD'

red 173 ◦ green 203 ◦ blue 205

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

Shades of Jungle Mist #ADCBCD

Tints of Jungle Mist #ADCBCD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 29.78%
G = 34.94%
B = 35.28%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADCBCD (or 0xADCBCD) is known color: Jungle Mist. HEX triplet: AD, CB and CD. RGB value is (173,203,205). Sum of RGB (Red+Green+Blue) = 173+203+205=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCD is #523432. Grayscale: #C2C2C2. Windows color (decimal): -5387315 or 13487021. OLE color: 13487021.

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

Color convert

RGB 173 203 205 -
CMYK 0.16 0.01 0 0.20
HSL 183.75º 0.24% 0.74% -
HSV(B) 183.75º 0.16% 0.8% -
XYZ 49.61 56 65.95 -
YUV 194.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 173 203 205 0.16 0.01 0 0.20 183.75 0.24 0.74
Hex AD CB CD 10 1 0 14 B8 18 4A
Octal 255 313 315 20 1 0 24 270 30 112
Binary 10101101 11001011 11001101 10000 1 0 10100 10111000 11000 1001010

Color Harmonies of #ADCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBCD

Black with #ADCBCD

Text Example


Text Example

White with #ADCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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