Html Css Color HEX #9EAEBD Nepal

📋 copy color: '#9EAEBD'

red 158 ◦ green 174 ◦ blue 189

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

Shades of Nepal #9EAEBD

Tints of Nepal #9EAEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.4%

 BLUE value IS 189 (74.22% from 255) = 36.28%

R = 30.33%
G = 33.4%
B = 36.28%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EAEBD (or 0x9EAEBD) is known color: Nepal. HEX triplet: 9E, AE and BD. RGB value is (158,174,189). Sum of RGB (Red+Green+Blue) = 158+174+189=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEBD is #615142. Grayscale: #AAAAAA. Windows color (decimal): -6377795 or 12431006. OLE color: 12431006.

HSL color Cylindrical-coordinate representation of color #9EAEBD: hue angle of 209.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EAEBD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 174 189 -
CMYK 0.16 0.08 0 0.26
HSL 209.03º 0.19% 0.68% -
HSV(B) 209.03º 0.16% 0.74% -
XYZ 38.42 41.22 54.07 -
YUV 170.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 158 174 189 0.16 0.08 0 0.26 209.03 0.19 0.68
Hex 9E AE BD 10 8 0 1A D1 13 44
Octal 236 256 275 20 10 0 32 321 23 104
Binary 10011110 10101110 10111101 10000 1000 0 11010 11010001 10011 1000100

Color Harmonies of #9EAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEBD

Black with #9EAEBD

Text Example


Text Example

White with #9EAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,189); }

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

background-color css

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

 a { background-color: rgb(158,174,189); }

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

border-color css

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

 span { border-color: rgb(158,174,189); }

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