Html Css Color HEX #A8BEBE Jungle Mist

📋 copy color: '#A8BEBE'

red 168 ◦ green 190 ◦ blue 190

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

Shades of Jungle Mist #A8BEBE

Tints of Jungle Mist #A8BEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.67%

R = 30.66%
G = 34.67%
B = 34.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A8BEBE (or 0xA8BEBE) is known color: Jungle Mist. HEX triplet: A8, BE and BE. RGB value is (168,190,190). Sum of RGB (Red+Green+Blue) = 168+190+190=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A8BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBE is #574141. Grayscale: #B7B7B7. Windows color (decimal): -5718338 or 12500648. OLE color: 12500648.

HSL color Cylindrical-coordinate representation of color #A8BEBE: hue angle of 180º 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 #A8BEBE is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 190 -
CMYK 0.12 0 0 0.25
HSL 180º 0.14% 0.7% -
HSV(B) 180º 0.12% 0.75% -
XYZ 43.86 48.87 55.84 -
YUV 183.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 168 190 190 0.12 0 0 0.25 180 0.14 0.7
Hex A8 BE BE C 0 0 19 B4 E 46
Octal 250 276 276 14 0 0 31 264 16 106
Binary 10101000 10111110 10111110 1100 0 0 11001 10110100 1110 1000110

Color Harmonies of #A8BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEBE

Black with #A8BEBE

Text Example


Text Example

White with #A8BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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