#ABAFB2

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

Shades of Gull Grey #ABAFB2

Tints of Gull Grey #ABAFB2

Color information

#ABAFB2 (or 0xABAFB2) is unknown color: approx Gull Grey. HEX triplet: AB, AF and B2. RGB value is (171,175,178). Sum of RGB (Red+Green+Blue) = 171+175+178=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAFB2 is #54504D. Grayscale: #AEAEAE. Windows color (decimal): -5525582 or 11710379. OLE color: 11710379.

HSL color Cylindrical-coordinate representation of color #ABAFB2: hue angle of 205.71º 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 #ABAFB2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171175178-
CMYK0.040.0200.30
HSL205.71º4.35%68.43%-
HSV(B)205.71º3.93%69.8%-
XYZ40.1642.5348.21-
YUV174.15130.17125.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=32.63%
G=33.40%
B=33.97%

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
Decimal1711751780.040.0200.30205.714.3568.43
HexABAFB24201Ece444
Octal253257262420363164104
Binary10101011101011111011001010010011110110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFB2; }

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

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

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

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

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

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

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

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