#A8BFC0

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

Shades of Jungle Mist #A8BFC0

Tints of Jungle Mist #A8BFC0

Color information

#A8BFC0 (or 0xA8BFC0) is unknown color: approx Jungle Mist. HEX triplet: A8, BF and C0. RGB value is (168,191,192). Sum of RGB (Red+Green+Blue) = 168+191+192=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC0 is #57403F. Grayscale: #B8B8B8. Windows color (decimal): -5718080 or 12631976. OLE color: 12631976.

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

Color convert

RGB168191192-
CMYK0.120.0100.25
HSL182.5º16%70.59%-
HSV(B)182.5º12.5%75.29%-
XYZ44.2949.3957.07-
YUV184.24132.38116.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.49%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=30.49%
G=34.66%
B=34.85%

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
Decimal1681911920.120.0100.25182.51670.59
HexA8BFC0C1019b61047
Octal25027730014103126620107
Binary1010100010111111110000001100101100110110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFC0; }

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

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

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

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

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

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

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

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