Html Css Color HEX #9EADB0 Gull Grey

📋 copy color: '#9EADB0'

red 158 ◦ green 173 ◦ blue 176

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

Shades of Gull Grey #9EADB0

Tints of Gull Grey #9EADB0

RGB

 RED value IS 158 (62.11% from 255) = 31.16%

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 176 (69.14% from 255) = 34.71%

R = 31.16%
G = 34.12%
B = 34.71%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9EADB0 (or 0x9EADB0) is known color: Gull Grey. HEX triplet: 9E, AD and B0. RGB value is (158,173,176). Sum of RGB (Red+Green+Blue) = 158+173+176=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 176 - color contains mainly: blue. Hex color #9EADB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EADB0 is #61524F. Grayscale: #A8A8A8. Windows color (decimal): -6378064 or 11578782. OLE color: 11578782.

HSL color Cylindrical-coordinate representation of color #9EADB0: hue angle of 190º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EADB0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 173 176 -
CMYK 0.10 0.02 0 0.31
HSL 190º 0.1% 0.65% -
HSV(B) 190º 0.1% 0.69% -
XYZ 36.88 40.29 46.91 -
YUV 168.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 158 173 176 0.10 0.02 0 0.31 190 0.1 0.65
Hex 9E AD B0 A 2 0 1F BE A 41
Octal 236 255 260 12 2 0 37 276 12 101
Binary 10011110 10101101 10110000 1010 10 0 11111 10111110 1010 1000001

Color Harmonies of #9EADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADB0

Black with #9EADB0

Text Example


Text Example

White with #9EADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,176); }

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

background-color css

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

 a { background-color: rgb(158,173,176); }

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

border-color css

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

 span { border-color: rgb(158,173,176); }

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