#9CABAF

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

Shades of Gull Grey #9CABAF

Tints of Gull Grey #9CABAF

Color information

#9CABAF (or 0x9CABAF) is unknown color: approx Gull Grey. HEX triplet: 9C, AB and AF. RGB value is (156,171,175). Sum of RGB (Red+Green+Blue) = 156+171+175=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9CABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAF is #635450. Grayscale: #A6A6A6. Windows color (decimal): -6509649 or 11512732. OLE color: 11512732.

HSL color Cylindrical-coordinate representation of color #9CABAF: hue angle of 192.63º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CABAF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB156171175-
CMYK0.110.0200.31
HSL192.63º10.61%64.9%-
HSV(B)192.63º10.86%68.63%-
XYZ36.0139.2946.24-
YUV166.97132.53120.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=31.08%
G=34.06%
B=34.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561711750.110.0200.31192.6310.6164.9
Hex9CABAFB201Fc1b41
Octal23425325713203730113101
Binary1001110010101011101011111011100111111100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CABAF; }

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

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

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

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

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

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

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

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