#ABB1B5

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

Shades of Gull Grey #ABB1B5

Tints of Gull Grey #ABB1B5

Color information

#ABB1B5 (or 0xABB1B5) is unknown color: approx Gull Grey. HEX triplet: AB, B1 and B5. RGB value is (171,177,181). Sum of RGB (Red+Green+Blue) = 171+177+181=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABB1B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB1B5 is #544E4A. Grayscale: #AFAFAF. Windows color (decimal): -5525067 or 11907499. OLE color: 11907499.

HSL color Cylindrical-coordinate representation of color #ABB1B5: hue angle of 204º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABB1B5 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171177181-
CMYK0.060.0200.29
HSL204º6.33%69.02%-
HSV(B)204º5.52%70.98%-
XYZ40.8643.4449.95-
YUV175.66131.01124.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=32.33%
G=33.46%
B=34.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711771810.060.0200.292046.3369.02
HexABB1B56201Dcc645
Octal253261265620353146105
Binary10101011101100011011010111010011101110011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1B5; }

 p { color: rgb(171,177,181); }

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

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

 a { background-color: rgb(171,177,181); }

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

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

 span { border-color: rgb(171,177,181); }

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