#A8BFBE

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

Shades of Jungle Mist #A8BFBE

Tints of Jungle Mist #A8BFBE

Color information

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

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

Color convert

RGB168191190-
CMYK0.1200.010.25
HSL177.39º15.23%70.39%-
HSV(B)177.39º12.04%74.9%-
XYZ44.0749.355.91-
YUV184.01131.38116.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911900.1200.010.25177.3915.2370.39
HexA8BFBEC0119b1f46
Octal25027727614013126117106
Binary101010001011111110111110110001110011011000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFBE; }

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

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

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

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

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

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

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

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