Html Css Color HEX #9BA8AE Gull Grey

📋 copy color: '#9BA8AE'

red 155 ◦ green 168 ◦ blue 174

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

Shades of Gull Grey #9BA8AE

Tints of Gull Grey #9BA8AE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

 BLUE value IS 174 (68.36% from 255) = 35.01%

R = 31.19%
G = 33.8%
B = 35.01%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9BA8AE (or 0x9BA8AE) is known color: Gull Grey. HEX triplet: 9B, A8 and AE. RGB value is (155,168,174). Sum of RGB (Red+Green+Blue) = 155+168+174=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA8AE is #645751. Grayscale: #A4A4A4. Windows color (decimal): -6575954 or 11446427. OLE color: 11446427.

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

Color convert

RGB 155 168 174 -
CMYK 0.11 0.03 0 0.32
HSL 198.95º 0.1% 0.65% -
HSV(B) 198.95º 0.11% 0.68% -
XYZ 35.16 38.03 45.53 -
YUV 164.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 155 168 174 0.11 0.03 0 0.32 198.95 0.1 0.65
Hex 9B A8 AE B 3 0 20 C7 A 41
Octal 233 250 256 13 3 0 40 307 12 101
Binary 10011011 10101000 10101110 1011 11 0 100000 11000111 1010 1000001

Color Harmonies of #9BA8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA8AE

Black with #9BA8AE

Text Example


Text Example

White with #9BA8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,174); }

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

background-color css

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

 a { background-color: rgb(155,168,174); }

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

border-color css

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

 span { border-color: rgb(155,168,174); }

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