Html Css Color HEX #ADBBBC Jungle Mist

📋 copy color: '#ADBBBC'

red 173 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #ADBBBC

Tints of Jungle Mist #ADBBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.12%

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 31.57%
G = 34.12%
B = 34.31%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#ADBBBC (or 0xADBBBC) is known color: Jungle Mist. HEX triplet: AD, BB and BC. RGB value is (173,187,188). Sum of RGB (Red+Green+Blue) = 173+187+188=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBBC is #524443. Grayscale: #B6B6B6. Windows color (decimal): -5391428 or 12368813. OLE color: 12368813.

HSL color Cylindrical-coordinate representation of color #ADBBBC: hue angle of 184º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBBBC is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 187 188 -
CMYK 0.08 0.01 0 0.26
HSL 184º 0.1% 0.71% -
HSV(B) 184º 0.08% 0.74% -
XYZ 44.08 48.06 54.53 -
YUV 182.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 173 187 188 0.08 0.01 0 0.26 184 0.1 0.71
Hex AD BB BC 8 1 0 1A B8 A 47
Octal 255 273 274 10 1 0 32 270 12 107
Binary 10101101 10111011 10111100 1000 1 0 11010 10111000 1010 1000111

Color Harmonies of #ADBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBBC

Black with #ADBBBC

Text Example


Text Example

White with #ADBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBBC; }

 p { color: rgb(173,187,188); }

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

background-color css

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

 a { background-color: rgb(173,187,188); }

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

border-color css

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

 span { border-color: rgb(173,187,188); }

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