Html Css Color HEX #ADCBCE Jungle Mist

📋 copy color: '#ADCBCE'

red 173 ◦ green 203 ◦ blue 206

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

Shades of Jungle Mist #ADCBCE

Tints of Jungle Mist #ADCBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 29.73%
G = 34.88%
B = 35.4%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADCBCE (or 0xADCBCE) is known color: Jungle Mist. HEX triplet: AD, CB and CE. RGB value is (173,203,206). Sum of RGB (Red+Green+Blue) = 173+203+206=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADCBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCE is #523431. Grayscale: #C2C2C2. Windows color (decimal): -5387314 or 13552557. OLE color: 13552557.

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

Color convert

RGB 173 203 206 -
CMYK 0.16 0.01 0 0.19
HSL 185.45º 0.25% 0.74% -
HSV(B) 185.45º 0.16% 0.81% -
XYZ 49.73 56.05 66.59 -
YUV 194.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 173 203 206 0.16 0.01 0 0.19 185.45 0.25 0.74
Hex AD CB CE 10 1 0 13 B9 19 4A
Octal 255 313 316 20 1 0 23 271 31 112
Binary 10101101 11001011 11001110 10000 1 0 10011 10111001 11001 1001010

Color Harmonies of #ADCBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBCE

Black with #ADCBCE

Text Example


Text Example

White with #ADCBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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