Html Css Color HEX #9EADBC Nepal

📋 copy color: '#9EADBC'

red 158 ◦ green 173 ◦ blue 188

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

Shades of Nepal #9EADBC

Tints of Nepal #9EADBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.22%

R = 30.44%
G = 33.33%
B = 36.22%

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

#9EADBC (or 0x9EADBC) is known color: Nepal. HEX triplet: 9E, AD and BC. RGB value is (158,173,188). Sum of RGB (Red+Green+Blue) = 158+173+188=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EADBC is #615243. Grayscale: #AAAAAA. Windows color (decimal): -6378052 or 12365214. OLE color: 12365214.

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

Color convert

RGB 158 173 188 -
CMYK 0.16 0.08 0 0.26
HSL 210º 0.18% 0.68% -
HSV(B) 210º 0.16% 0.74% -
XYZ 38.12 40.79 53.44 -
YUV 170.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 158 173 188 0.16 0.08 0 0.26 210 0.18 0.68
Hex 9E AD BC 10 8 0 1A D2 12 44
Octal 236 255 274 20 10 0 32 322 22 104
Binary 10011110 10101101 10111100 10000 1000 0 11010 11010010 10010 1000100

Color Harmonies of #9EADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADBC

Black with #9EADBC

Text Example


Text Example

White with #9EADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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