#9CABAD

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

Shades of Gull Grey #9CABAD

Tints of Gull Grey #9CABAD

Color information

#9CABAD (or 0x9CABAD) is unknown color: approx Gull Grey. HEX triplet: 9C, AB and AD. RGB value is (156,171,173). Sum of RGB (Red+Green+Blue) = 156+171+173=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABAD is #635452. Grayscale: #A6A6A6. Windows color (decimal): -6509651 or 11381660. OLE color: 11381660.

HSL color Cylindrical-coordinate representation of color #9CABAD: hue angle of 187.06º degrees, saturation: 0.09, 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 #9CABAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156171173-
CMYK0.100.0100.32
HSL187.06º9.39%64.51%-
HSV(B)187.06º9.83%67.84%-
XYZ35.8239.2145.22-
YUV166.74131.53120.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=31.2%
G=34.2%
B=34.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561711730.100.0100.32187.069.3964.51
Hex9CABADA1020bb941
Octal23425325512104027311101
Binary1001110010101011101011011010101000001011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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