#A1BBB0

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

Shades of Skeptic #A1BBB0

Tints of Skeptic #A1BBB0

Color information

#A1BBB0 (or 0xA1BBB0) is unknown color: approx Skeptic. HEX triplet: A1, BB and B0. RGB value is (161,187,176). Sum of RGB (Red+Green+Blue) = 161+187+176=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BBB0 is #5E444F. Grayscale: #B1B1B1. Windows color (decimal): -6177872 or 11582369. OLE color: 11582369.

HSL color Cylindrical-coordinate representation of color #A1BBB0: hue angle of 154.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BBB0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB161187176-
CMYK0.1400.060.27
HSL154.62º16.05%68.24%-
HSV(B)154.62º13.9%73.33%-
XYZ40.346.2547.88-
YUV177.97126.89115.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=30.73%
G=35.69%
B=33.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871760.1400.060.27154.6216.0568.24
HexA1BBB0E061B9b1044
Octal24127326016063323320104
Binary101000011011101110110000111001101101110011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BBB0; }

 p { color: rgb(161,187,176); }

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

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

 a { background-color: rgb(161,187,176); }

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

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

 span { border-color: rgb(161,187,176); }

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