Html Css Color HEX #9BAAAD Gull Grey

📋 copy color: '#9BAAAD'

red 155 ◦ green 170 ◦ blue 173

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

Shades of Gull Grey #9BAAAD

Tints of Gull Grey #9BAAAD

RGB

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

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

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

R = 31.12%
G = 34.14%
B = 34.74%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9BAAAD (or 0x9BAAAD) is known color: Gull Grey. HEX triplet: 9B, AA and AD. RGB value is (155,170,173). Sum of RGB (Red+Green+Blue) = 155+170+173=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9BAAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAD is #645552. Grayscale: #A5A5A5. Windows color (decimal): -6575443 or 11381403. OLE color: 11381403.

HSL color Cylindrical-coordinate representation of color #9BAAAD: hue angle of 190º 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 #9BAAAD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 170 173 -
CMYK 0.10 0.02 0 0.32
HSL 190º 0.1% 0.64% -
HSV(B) 190º 0.1% 0.68% -
XYZ 35.44 38.74 45.14 -
YUV 165.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 155 170 173 0.10 0.02 0 0.32 190 0.1 0.64
Hex 9B AA AD A 2 0 20 BE A 40
Octal 233 252 255 12 2 0 40 276 12 100
Binary 10011011 10101010 10101101 1010 10 0 100000 10111110 1010 1000000

Color Harmonies of #9BAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAAAD

Black with #9BAAAD

Text Example


Text Example

White with #9BAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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