#9BABB1

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

Shades of Gull Grey #9BABB1

Tints of Gull Grey #9BABB1

Color information

#9BABB1 (or 0x9BABB1) is unknown color: approx Gull Grey. HEX triplet: 9B, AB and B1. RGB value is (155,171,177). Sum of RGB (Red+Green+Blue) = 155+171+177=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #9BABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABB1 is #64544E. Grayscale: #A6A6A6. Windows color (decimal): -6575183 or 11643803. OLE color: 11643803.

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

Color convert

RGB155171177-
CMYK0.120.0300.31
HSL196.36º12.36%65.1%-
HSV(B)196.36º12.43%69.41%-
XYZ36.0239.2747.28-
YUV166.9133.7119.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=30.82%
G=34.00%
B=35.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551711770.120.0300.31196.3612.3665.1
Hex9BABB1C301Fc4c41
Octal23325326114303730414101
Binary1001101110101011101100011100110111111100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,171,177); }

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

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

 a { background-color: rgb(155,171,177); }

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

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

 span { border-color: rgb(155,171,177); }

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