Html Css Color HEX #A7BDBD Jungle Mist

📋 copy color: '#A7BDBD'

red 167 ◦ green 189 ◦ blue 189

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

Shades of Jungle Mist #A7BDBD

Tints of Jungle Mist #A7BDBD

RGB

 RED value IS 167 (65.63% from 255) = 30.64%

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 30.64%
G = 34.68%
B = 34.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7BDBD (or 0xA7BDBD) is known color: Jungle Mist. HEX triplet: A7, BD and BD. RGB value is (167,189,189). Sum of RGB (Red+Green+Blue) = 167+189+189=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #A7BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBD is #584242. Grayscale: #B6B6B6. Windows color (decimal): -5784131 or 12434855. OLE color: 12434855.

HSL color Cylindrical-coordinate representation of color #A7BDBD: hue angle of 180º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDBD is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 189 -
CMYK 0.12 0 0 0.26
HSL 180º 0.14% 0.7% -
HSV(B) 180º 0.12% 0.74% -
XYZ 43.32 48.28 55.18 -
YUV 182.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 167 189 189 0.12 0 0 0.26 180 0.14 0.7
Hex A7 BD BD C 0 0 1A B4 E 46
Octal 247 275 275 14 0 0 32 264 16 106
Binary 10100111 10111101 10111101 1100 0 0 11010 10110100 1110 1000110

Color Harmonies of #A7BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDBD

Black with #A7BDBD

Text Example


Text Example

White with #A7BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDBD; }

 p { color: rgb(167,189,189); }

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

background-color css

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

 a { background-color: rgb(167,189,189); }

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

border-color css

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

 span { border-color: rgb(167,189,189); }

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