#9DACB2

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

Shades of Gull Grey #9DACB2

Tints of Gull Grey #9DACB2

Color information

#9DACB2 (or 0x9DACB2) is unknown color: approx Gull Grey. HEX triplet: 9D, AC and B2. RGB value is (157,172,178). Sum of RGB (Red+Green+Blue) = 157+172+178=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 178 - color contains mainly: blue. Hex color #9DACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACB2 is #62534D. Grayscale: #A8A8A8. Windows color (decimal): -6443854 or 11709597. OLE color: 11709597.

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

Color convert

RGB157172178-
CMYK0.120.0300.30
HSL197.14º12%65.69%-
HSV(B)197.14º11.8%69.8%-
XYZ36.6939.8947.88-
YUV168.2133.53120.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 178 (69.92% from 255) = 35.11%
R=30.97%
G=33.93%
B=35.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571721780.120.0300.30197.141265.69
Hex9DACB2C301Ec5c42
Octal23525426214303630514102
Binary1001110110101100101100101100110111101100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,178); }

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

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

 a { background-color: rgb(157,172,178); }

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

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

 span { border-color: rgb(157,172,178); }

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