Html Css Color HEX #A8BEBD Jungle Mist

📋 copy color: '#A8BEBD'

red 168 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #A8BEBD

Tints of Jungle Mist #A8BEBD

RGB

 RED value IS 168 (66.02% from 255) = 30.71%

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

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

R = 30.71%
G = 34.73%
B = 34.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A8BEBD (or 0xA8BEBD) is known color: Jungle Mist. HEX triplet: A8, BE and BD. RGB value is (168,190,189). Sum of RGB (Red+Green+Blue) = 168+190+189=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBD is #574142. Grayscale: #B7B7B7. Windows color (decimal): -5718339 or 12435112. OLE color: 12435112.

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

Color convert

RGB 168 190 189 -
CMYK 0.12 0 0.01 0.25
HSL 177.27º 0.14% 0.7% -
HSV(B) 177.27º 0.12% 0.75% -
XYZ 43.75 48.83 55.26 -
YUV 183.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 168 190 189 0.12 0 0.01 0.25 177.27 0.14 0.7
Hex A8 BE BD C 0 1 19 B1 E 46
Octal 250 276 275 14 0 1 31 261 16 106
Binary 10101000 10111110 10111101 1100 0 1 11001 10110001 1110 1000110

Color Harmonies of #A8BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEBD

Black with #A8BEBD

Text Example


Text Example

White with #A8BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEBD; }

 p { color: rgb(168,190,189); }

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

background-color css

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

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

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

border-color css

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

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

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