Html Css Color HEX #A7BEC0 Jungle Mist

📋 copy color: '#A7BEC0'

red 167 ◦ green 190 ◦ blue 192

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

Shades of Jungle Mist #A7BEC0

Tints of Jungle Mist #A7BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

 BLUE value IS 192 (75.39% from 255) = 34.97%

R = 30.42%
G = 34.61%
B = 34.97%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A7BEC0 (or 0xA7BEC0) is known color: Jungle Mist. HEX triplet: A7, BE and C0. RGB value is (167,190,192). Sum of RGB (Red+Green+Blue) = 167+190+192=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #A7BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BEC0 is #58413F. Grayscale: #B7B7B7. Windows color (decimal): -5783872 or 12631719. OLE color: 12631719.

HSL color Cylindrical-coordinate representation of color #A7BEC0: hue angle of 184.8º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BEC0 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 190 192 -
CMYK 0.13 0.01 0 0.25
HSL 184.8º 0.17% 0.7% -
HSV(B) 184.8º 0.13% 0.75% -
XYZ 43.86 48.85 56.99 -
YUV 183.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 167 190 192 0.13 0.01 0 0.25 184.8 0.17 0.7
Hex A7 BE C0 D 1 0 19 B9 11 46
Octal 247 276 300 15 1 0 31 271 21 106
Binary 10100111 10111110 11000000 1101 1 0 11001 10111001 10001 1000110

Color Harmonies of #A7BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BEC0

Black with #A7BEC0

Text Example


Text Example

White with #A7BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BEC0; }

 p { color: rgb(167,190,192); }

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

background-color css

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

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

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

border-color css

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

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

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