#9FACAE

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

Shades of Gull Grey #9FACAE

Tints of Gull Grey #9FACAE

Color information

#9FACAE (or 0x9FACAE) is unknown color: approx Gull Grey. HEX triplet: 9F, AC and AE. RGB value is (159,172,174). Sum of RGB (Red+Green+Blue) = 159+172+174=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 174 - color contains mainly: blue. Hex color #9FACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FACAE is #605351. Grayscale: #A8A8A8. Windows color (decimal): -6312786 or 11447455. OLE color: 11447455.

HSL color Cylindrical-coordinate representation of color #9FACAE: hue angle of 188º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FACAE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159172174-
CMYK0.090.0100.32
HSL188º8.47%65.29%-
HSV(B)188º8.62%68.24%-
XYZ36.6939.9345.82-
YUV168.34131.19121.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=31.49%
G=34.06%
B=34.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591721740.090.0100.321888.4765.29
Hex9FACAE91020bc841
Octal23725425611104027410101
Binary1001111110101100101011101001101000001011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,174); }

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

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

 a { background-color: rgb(159,172,174); }

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

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

 span { border-color: rgb(159,172,174); }

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