#A8BCBB

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

Shades of Jungle Mist #A8BCBB

Tints of Jungle Mist #A8BCBB

Color information

#A8BCBB (or 0xA8BCBB) is unknown color: approx Jungle Mist. HEX triplet: A8, BC and BB. RGB value is (168,188,187). Sum of RGB (Red+Green+Blue) = 168+188+187=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBB is #574344. Grayscale: #B5B5B5. Windows color (decimal): -5718853 or 12303528. OLE color: 12303528.

HSL color Cylindrical-coordinate representation of color #A8BCBB: hue angle of 177º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCBB is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB168188187-
CMYK0.1100.010.26
HSL177º12.99%69.8%-
HSV(B)177º10.64%73.73%-
XYZ43.147.8853.98-
YUV181.91130.87118.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.94%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=30.94%
G=34.62%
B=34.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881870.1100.010.2617712.9969.8
HexA8BCBBB011Ab1d46
Octal25027427313013226115106
Binary101010001011110010111011101101110101011000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBB; }

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

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

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

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

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

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

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

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