Html Css Color HEX #9EADBD Nepal

📋 copy color: '#9EADBD'

red 158 ◦ green 173 ◦ blue 189

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

Shades of Nepal #9EADBD

Tints of Nepal #9EADBD

RGB

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

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

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

R = 30.38%
G = 33.27%
B = 36.35%

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

#9EADBD (or 0x9EADBD) is known color: Nepal. HEX triplet: 9E, AD and BD. RGB value is (158,173,189). Sum of RGB (Red+Green+Blue) = 158+173+189=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBD is #615242. Grayscale: #AAAAAA. Windows color (decimal): -6378051 or 12430750. OLE color: 12430750.

HSL color Cylindrical-coordinate representation of color #9EADBD: hue angle of 210.97º 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 #9EADBD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 173 189 -
CMYK 0.16 0.08 0 0.26
HSL 210.97º 0.19% 0.68% -
HSV(B) 210.97º 0.16% 0.74% -
XYZ 38.23 40.83 54.01 -
YUV 170.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 158 173 189 0.16 0.08 0 0.26 210.97 0.19 0.68
Hex 9E AD BD 10 8 0 1A D3 13 44
Octal 236 255 275 20 10 0 32 323 23 104
Binary 10011110 10101101 10111101 10000 1000 0 11010 11010011 10011 1000100

Color Harmonies of #9EADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADBD

Black with #9EADBD

Text Example


Text Example

White with #9EADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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