#9DACB0

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

Shades of Gull Grey #9DACB0

Tints of Gull Grey #9DACB0

Color information

#9DACB0 (or 0x9DACB0) is unknown color: approx Gull Grey. HEX triplet: 9D, AC and B0. RGB value is (157,172,176). Sum of RGB (Red+Green+Blue) = 157+172+176=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 176 - color contains mainly: blue. Hex color #9DACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACB0 is #62534F. Grayscale: #A7A7A7. Windows color (decimal): -6443856 or 11578525. OLE color: 11578525.

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

Color convert

RGB157172176-
CMYK0.110.0200.31
HSL192.63º10.73%65.29%-
HSV(B)192.63º10.8%69.02%-
XYZ36.4939.8146.83-
YUV167.97132.53120.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=31.09%
G=34.06%
B=34.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571721760.110.0200.31192.6310.7365.29
Hex9DACB0B201Fc1b41
Octal23525426013203730113101
Binary1001110110101100101100001011100111111100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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