Html Css Color HEX #9BABAD Gull Grey

📋 copy color: '#9BABAD'

red 155 ◦ green 171 ◦ blue 173

#9BABAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gull Grey #9BABAD

Tints of Gull Grey #9BABAD

RGB

 RED value IS 155 (60.94% from 255) = 31.06%

 GREEN value IS 171 (67.19% from 255) = 34.27%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 31.06%
G = 34.27%
B = 34.67%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9BABAD (or 0x9BABAD) is known color: Gull Grey. HEX triplet: 9B, AB and AD. RGB value is (155,171,173). Sum of RGB (Red+Green+Blue) = 155+171+173=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABAD is #645452. Grayscale: #A6A6A6. Windows color (decimal): -6575187 or 11381659. OLE color: 11381659.

HSL color Cylindrical-coordinate representation of color #9BABAD: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BABAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 171 173 -
CMYK 0.10 0.01 0 0.32
HSL 186.67º 0.1% 0.64% -
HSV(B) 186.67º 0.1% 0.68% -
XYZ 35.62 39.11 45.21 -
YUV 166.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 155 171 173 0.10 0.01 0 0.32 186.67 0.1 0.64
Hex 9B AB AD A 1 0 20 BB A 40
Octal 233 253 255 12 1 0 40 273 12 100
Binary 10011011 10101011 10101101 1010 1 0 100000 10111011 1010 1000000

Color Harmonies of #9BABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABAD

Black with #9BABAD

Text Example


Text Example

White with #9BABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BABAD;
 }
 .AnyTagClassName
 {
   color: #9BABAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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