#9CACB1

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

Shades of Gull Grey #9CACB1

Tints of Gull Grey #9CACB1

Color information

#9CACB1 (or 0x9CACB1) is unknown color: approx Gull Grey. HEX triplet: 9C, AC and B1. RGB value is (156,172,177). Sum of RGB (Red+Green+Blue) = 156+172+177=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #9CACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACB1 is #63534E. Grayscale: #A7A7A7. Windows color (decimal): -6509391 or 11644060. OLE color: 11644060.

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

Color convert

RGB156172177-
CMYK0.120.0300.31
HSL194.29º11.86%65.29%-
HSV(B)194.29º11.86%69.41%-
XYZ36.439.7547.35-
YUV167.79133.2119.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=30.89%
G=34.06%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561721770.120.0300.31194.2911.8665.29
Hex9CACB1C301Fc2c41
Octal23425426114303730214101
Binary1001110010101100101100011100110111111100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,172,177); }

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

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

 a { background-color: rgb(156,172,177); }

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

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

 span { border-color: rgb(156,172,177); }

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