Html Css Color HEX #9BA6AA Gull Grey

📋 copy color: '#9BA6AA'

red 155 ◦ green 166 ◦ blue 170

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

Shades of Gull Grey #9BA6AA

Tints of Gull Grey #9BA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 31.57%
G = 33.81%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9BA6AA (or 0x9BA6AA) is known color: Gull Grey. HEX triplet: 9B, A6 and AA. RGB value is (155,166,170). Sum of RGB (Red+Green+Blue) = 155+166+170=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 170 - color contains mainly: blue. Hex color #9BA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA6AA is #645955. Grayscale: #A3A3A3. Windows color (decimal): -6576470 or 11183771. OLE color: 11183771.

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

Color convert

RGB 155 166 170 -
CMYK 0.09 0.02 0 0.33
HSL 196º 0.08% 0.64% -
HSV(B) 196º 0.09% 0.67% -
XYZ 34.41 37.14 43.39 -
YUV 163.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 155 166 170 0.09 0.02 0 0.33 196 0.08 0.64
Hex 9B A6 AA 9 2 0 21 C4 8 40
Octal 233 246 252 11 2 0 41 304 10 100
Binary 10011011 10100110 10101010 1001 10 0 100001 11000100 1000 1000000

Color Harmonies of #9BA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6AA

Black with #9BA6AA

Text Example


Text Example

White with #9BA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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