#A8BEBC

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

Shades of Jungle Mist #A8BEBC

Tints of Jungle Mist #A8BEBC

Color information

#A8BEBC (or 0xA8BEBC) is unknown color: approx Jungle Mist. HEX triplet: A8, BE and BC. RGB value is (168,190,188). Sum of RGB (Red+Green+Blue) = 168+190+188=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEBC is #574143. Grayscale: #B7B7B7. Windows color (decimal): -5718340 or 12369576. OLE color: 12369576.

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

Color convert

RGB168190188-
CMYK0.1200.010.25
HSL174.55º14.47%70.2%-
HSV(B)174.55º11.58%74.51%-
XYZ43.6448.7854.69-
YUV183.19130.71117.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=30.77%
G=34.80%
B=34.43%

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
Decimal1681901880.1200.010.25174.5514.4770.2
HexA8BEBCC0119afe46
Octal25027627414013125716106
Binary101010001011111010111100110001110011010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEBC; }

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

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

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

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

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

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

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

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