Html Css Color HEX #ADBFC2 Jungle Mist

📋 copy color: '#ADBFC2'

red 173 ◦ green 191 ◦ blue 194

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

Shades of Jungle Mist #ADBFC2

Tints of Jungle Mist #ADBFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

 BLUE value IS 194 (76.17% from 255) = 34.77%

R = 31%
G = 34.23%
B = 34.77%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#ADBFC2 (or 0xADBFC2) is known color: Jungle Mist. HEX triplet: AD, BF and C2. RGB value is (173,191,194). Sum of RGB (Red+Green+Blue) = 173+191+194=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADBFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC2 is #52403D. Grayscale: #B9B9B9. Windows color (decimal): -5390398 or 12763053. OLE color: 12763053.

HSL color Cylindrical-coordinate representation of color #ADBFC2: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBFC2 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 191 194 -
CMYK 0.11 0.02 0 0.24
HSL 188.57º 0.15% 0.72% -
HSV(B) 188.57º 0.11% 0.76% -
XYZ 45.6 50.04 58.29 -
YUV 185.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 173 191 194 0.11 0.02 0 0.24 188.57 0.15 0.72
Hex AD BF C2 B 2 0 18 BD F 48
Octal 255 277 302 13 2 0 30 275 17 110
Binary 10101101 10111111 11000010 1011 10 0 11000 10111101 1111 1001000

Color Harmonies of #ADBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFC2

Black with #ADBFC2

Text Example


Text Example

White with #ADBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFC2; }

 p { color: rgb(173,191,194); }

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

background-color css

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

 a { background-color: rgb(173,191,194); }

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

border-color css

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

 span { border-color: rgb(173,191,194); }

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