#A8BEBF

Color #A8BEBF Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A8BEBF

Tints of Jungle Mist #A8BEBF

Color information

#A8BEBF (or 0xA8BEBF) is unknown color: approx Jungle Mist. HEX triplet: A8, BE and BF. RGB value is (168,190,191). Sum of RGB (Red+Green+Blue) = 168+190+191=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBF is #574140. Grayscale: #B7B7B7. Windows color (decimal): -5718337 or 12566184. OLE color: 12566184.

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

Color convert

RGB168190191-
CMYK0.120.0100.25
HSL182.61º15.23%70.39%-
HSV(B)182.61º12.04%74.9%-
XYZ43.9748.9156.41-
YUV183.54132.21116.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.60%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 191 (75% from 255) = 34.79%
R=30.60%
G=34.61%
B=34.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901910.120.0100.25182.6115.2370.39
HexA8BEBFC1019b7f46
Octal25027627714103126717106
Binary101010001011111010111111110010110011011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEBF; }

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

 H1.HeaderClassName
 {
   color: #A8BEBF;
 }
 .AnyTagClassName
 {
   color: #A8BEBF;
 }
</style>
background-color css

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

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

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

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

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

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