#ABB0B2

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

Shades of Gull Grey #ABB0B2

Tints of Gull Grey #ABB0B2

Color information

#ABB0B2 (or 0xABB0B2) is unknown color: approx Gull Grey. HEX triplet: AB, B0 and B2. RGB value is (171,176,178). Sum of RGB (Red+Green+Blue) = 171+176+178=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0B2 is #544F4D. Grayscale: #AEAEAE. Windows color (decimal): -5525326 or 11710635. OLE color: 11710635.

HSL color Cylindrical-coordinate representation of color #ABB0B2: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB0B2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171176178-
CMYK0.040.0100.30
HSL197.14º4.35%68.43%-
HSV(B)197.14º3.93%69.8%-
XYZ40.3642.9248.28-
YUV174.73129.84125.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 178 (69.92% from 255) = 33.90%
R=32.57%
G=33.52%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711761780.040.0100.30197.144.3568.43
HexABB0B24101Ec5444
Octal253260262410363054104
Binary1010101110110000101100101001011110110001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0B2; }

 p { color: rgb(171,176,178); }

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

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

 a { background-color: rgb(171,176,178); }

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

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

 span { border-color: rgb(171,176,178); }

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