Html Css Color HEX #A7BCBC Jungle Mist

📋 copy color: '#A7BCBC'

red 167 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #A7BCBC

Tints of Jungle Mist #A7BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.62%

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

R = 30.76%
G = 34.62%
B = 34.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A7BCBC (or 0xA7BCBC) is known color: Jungle Mist. HEX triplet: A7, BC and BC. RGB value is (167,188,188). Sum of RGB (Red+Green+Blue) = 167+188+188=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A7BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCBC is #584343. Grayscale: #B5B5B5. Windows color (decimal): -5784388 or 12369063. OLE color: 12369063.

HSL color Cylindrical-coordinate representation of color #A7BCBC: 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.11%. Process color model (Four color, CMYK) of #A7BCBC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 188 -
CMYK 0.11 0 0 0.26
HSL 180º 0.14% 0.7% -
HSV(B) 180º 0.11% 0.74% -
XYZ 43 47.81 54.54 -
YUV 181.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 167 188 188 0.11 0 0 0.26 180 0.14 0.7
Hex A7 BC BC B 0 0 1A B4 E 46
Octal 247 274 274 13 0 0 32 264 16 106
Binary 10100111 10111100 10111100 1011 0 0 11010 10110100 1110 1000110

Color Harmonies of #A7BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BCBC

Black with #A7BCBC

Text Example


Text Example

White with #A7BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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