#ABB0B3

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

Shades of Gull Grey #ABB0B3

Tints of Gull Grey #ABB0B3

Color information

#ABB0B3 (or 0xABB0B3) is unknown color: approx Gull Grey. HEX triplet: AB, B0 and B3. RGB value is (171,176,179). Sum of RGB (Red+Green+Blue) = 171+176+179=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABB0B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0B3 is #544F4C. Grayscale: #AEAEAE. Windows color (decimal): -5525325 or 11776171. OLE color: 11776171.

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

Color convert

RGB171176179-
CMYK0.040.0200.30
HSL202.5º5%68.63%-
HSV(B)202.5º4.47%70.2%-
XYZ40.4642.9648.81-
YUV174.85130.34125.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=32.51%
G=33.46%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711761790.040.0200.30202.5568.63
HexABB0B34201Eca545
Octal253260263420363125105
Binary10101011101100001011001110010011110110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0B3; }

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

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

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

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

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

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

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

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