#A8BBBA

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

Shades of Jungle Mist #A8BBBA

Tints of Jungle Mist #A8BBBA

Color information

#A8BBBA (or 0xA8BBBA) is unknown color: approx Jungle Mist. HEX triplet: A8, BB and BA. RGB value is (168,187,186). Sum of RGB (Red+Green+Blue) = 168+187+186=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBBA is #574445. Grayscale: #B5B5B5. Windows color (decimal): -5719110 or 12237736. OLE color: 12237736.

HSL color Cylindrical-coordinate representation of color #A8BBBA: hue angle of 176.84º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBBA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB168187186-
CMYK0.1000.010.27
HSL176.84º12.26%69.61%-
HSV(B)176.84º10.16%73.33%-
XYZ42.7847.4153.35-
YUV181.2130.71118.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.05%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=31.05%
G=34.57%
B=34.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871860.1000.010.27176.8412.2669.61
HexA8BBBAA011Bb1c46
Octal25027327212013326114106
Binary101010001011101110111010101001110111011000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BBBA; }

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

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

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

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

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

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

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

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