Html Css Color HEX #9BAAAC Gull Grey

📋 copy color: '#9BAAAC'

red 155 ◦ green 170 ◦ blue 172

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

Shades of Gull Grey #9BAAAC

Tints of Gull Grey #9BAAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 31.19%
G = 34.21%
B = 34.61%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9BAAAC (or 0x9BAAAC) is known color: Gull Grey. HEX triplet: 9B, AA and AC. RGB value is (155,170,172). Sum of RGB (Red+Green+Blue) = 155+170+172=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #9BAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAC is #645553. Grayscale: #A5A5A5. Windows color (decimal): -6575444 or 11315867. OLE color: 11315867.

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

Color convert

RGB 155 170 172 -
CMYK 0.10 0.01 0 0.33
HSL 187.06º 0.09% 0.64% -
HSV(B) 187.06º 0.1% 0.67% -
XYZ 35.34 38.7 44.64 -
YUV 165.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 155 170 172 0.10 0.01 0 0.33 187.06 0.09 0.64
Hex 9B AA AC A 1 0 21 BB 9 40
Octal 233 252 254 12 1 0 41 273 11 100
Binary 10011011 10101010 10101100 1010 1 0 100001 10111011 1001 1000000

Color Harmonies of #9BAAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAAAC

Black with #9BAAAC

Text Example


Text Example

White with #9BAAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,172); }

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

background-color css

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

 a { background-color: rgb(155,170,172); }

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

border-color css

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

 span { border-color: rgb(155,170,172); }

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