#9DB1BA

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

Shades of Gull Grey #9DB1BA

Tints of Gull Grey #9DB1BA

Color information

#9DB1BA (or 0x9DB1BA) is unknown color: approx Gull Grey. HEX triplet: 9D, B1 and BA. RGB value is (157,177,186). Sum of RGB (Red+Green+Blue) = 157+177+186=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #9DB1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB1BA is #624E45. Grayscale: #ABABAB. Windows color (decimal): -6442566 or 12235165. OLE color: 12235165.

HSL color Cylindrical-coordinate representation of color #9DB1BA: hue angle of 198.62º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DB1BA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB157177186-
CMYK0.160.0500.27
HSL198.62º17.37%67.25%-
HSV(B)198.62º15.59%72.94%-
XYZ38.4942.1652.56-
YUV172.05135.87117.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=30.19%
G=34.04%
B=35.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571771860.160.0500.27198.6217.3767.25
Hex9DB1BA10501Bc71143
Octal23526127220503330721103
Binary1001110110110001101110101000010101101111000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,177,186); }

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

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

 a { background-color: rgb(157,177,186); }

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

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

 span { border-color: rgb(157,177,186); }

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