#A1BEB1

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

Shades of Skeptic #A1BEB1

Tints of Skeptic #A1BEB1

Color information

#A1BEB1 (or 0xA1BEB1) is unknown color: approx Skeptic. HEX triplet: A1, BE and B1. RGB value is (161,190,177). Sum of RGB (Red+Green+Blue) = 161+190+177=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEB1 is #5E414E. Grayscale: #B3B3B3. Windows color (decimal): -6177103 or 11648673. OLE color: 11648673.

HSL color Cylindrical-coordinate representation of color #A1BEB1: hue angle of 153.1º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BEB1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB161190177-
CMYK0.1500.070.25
HSL153.1º18.24%68.82%-
HSV(B)153.1º15.26%74.51%-
XYZ41.0547.5848.62-
YUV179.85126.39114.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.49%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=30.49%
G=35.98%
B=33.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901770.1500.070.25153.118.2468.82
HexA1BEB1F0719991245
Octal24127626117073123122105
Binary101000011011111010110001111101111100110011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEB1; }

 p { color: rgb(161,190,177); }

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

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

 a { background-color: rgb(161,190,177); }

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

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

 span { border-color: rgb(161,190,177); }

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