#ABB0B4

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

Shades of Gull Grey #ABB0B4

Tints of Gull Grey #ABB0B4

Color information

#ABB0B4 (or 0xABB0B4) is unknown color: approx Gull Grey. HEX triplet: AB, B0 and B4. RGB value is (171,176,180). Sum of RGB (Red+Green+Blue) = 171+176+180=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABB0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0B4 is #544F4B. Grayscale: #AEAEAE. Windows color (decimal): -5525324 or 11841707. OLE color: 11841707.

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

Color convert

RGB171176180-
CMYK0.050.0200.29
HSL206.67º5.66%68.82%-
HSV(B)206.67º5%70.59%-
XYZ40.564349.34-
YUV174.96130.84125.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=32.45%
G=33.40%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711761800.050.0200.29206.675.6668.82
HexABB0B45201Dcf645
Octal253260264520353176105
Binary10101011101100001011010010110011101110011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0B4; }

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

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

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

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

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

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

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

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