Html Css Color HEX #9BAAAE Gull Grey

📋 copy color: '#9BAAAE'

red 155 ◦ green 170 ◦ blue 174

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

Shades of Gull Grey #9BAAAE

Tints of Gull Grey #9BAAAE

RGB

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

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

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

R = 31.06%
G = 34.07%
B = 34.87%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9BAAAE (or 0x9BAAAE) is known color: Gull Grey. HEX triplet: 9B, AA and AE. RGB value is (155,170,174). Sum of RGB (Red+Green+Blue) = 155+170+174=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #9BAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAAAE is #645551. Grayscale: #A5A5A5. Windows color (decimal): -6575442 or 11446939. OLE color: 11446939.

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

Color convert

RGB 155 170 174 -
CMYK 0.11 0.02 0 0.32
HSL 192.63º 0.1% 0.65% -
HSV(B) 192.63º 0.11% 0.68% -
XYZ 35.53 38.77 45.66 -
YUV 165.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 155 170 174 0.11 0.02 0 0.32 192.63 0.1 0.65
Hex 9B AA AE B 2 0 20 C1 A 41
Octal 233 252 256 13 2 0 40 301 12 101
Binary 10011011 10101010 10101110 1011 10 0 100000 11000001 1010 1000001

Color Harmonies of #9BAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAAAE

Black with #9BAAAE

Text Example


Text Example

White with #9BAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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