Html Css Color HEX #9EB2BD Nepal

📋 copy color: '#9EB2BD'

red 158 ◦ green 178 ◦ blue 189

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

Shades of Nepal #9EB2BD

Tints of Nepal #9EB2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

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

R = 30.1%
G = 33.9%
B = 36%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EB2BD (or 0x9EB2BD) is known color: Nepal. HEX triplet: 9E, B2 and BD. RGB value is (158,178,189). Sum of RGB (Red+Green+Blue) = 158+178+189=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EB2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB2BD is #614D42. Grayscale: #ADADAD. Windows color (decimal): -6376771 or 12432030. OLE color: 12432030.

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

Color convert

RGB 158 178 189 -
CMYK 0.16 0.06 0 0.26
HSL 201.29º 0.19% 0.68% -
HSV(B) 201.29º 0.16% 0.74% -
XYZ 39.21 42.78 54.34 -
YUV 173.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 158 178 189 0.16 0.06 0 0.26 201.29 0.19 0.68
Hex 9E B2 BD 10 6 0 1A C9 13 44
Octal 236 262 275 20 6 0 32 311 23 104
Binary 10011110 10110010 10111101 10000 110 0 11010 11001001 10011 1000100

Color Harmonies of #9EB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB2BD

Black with #9EB2BD

Text Example


Text Example

White with #9EB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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