#9CABAE

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

Shades of Gull Grey #9CABAE

Tints of Gull Grey #9CABAE

Color information

#9CABAE (or 0x9CABAE) is unknown color: approx Gull Grey. HEX triplet: 9C, AB and AE. RGB value is (156,171,174). Sum of RGB (Red+Green+Blue) = 156+171+174=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9CABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAE is #635451. Grayscale: #A6A6A6. Windows color (decimal): -6509650 or 11447196. OLE color: 11447196.

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

Color convert

RGB156171174-
CMYK0.100.0200.32
HSL190º10%64.71%-
HSV(B)190º10.34%68.24%-
XYZ35.9139.2545.73-
YUV166.86132.03120.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=31.14%
G=34.13%
B=34.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561711740.100.0200.321901064.71
Hex9CABAEA2020bea41
Octal23425325612204027612101
Binary10011100101010111010111010101001000001011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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