Html Css Color HEX #9EB0BD Nepal

📋 copy color: '#9EB0BD'

red 158 ◦ green 176 ◦ blue 189

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

Shades of Nepal #9EB0BD

Tints of Nepal #9EB0BD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.65%

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

R = 30.21%
G = 33.65%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9EB0BD (or 0x9EB0BD) is known color: Nepal. HEX triplet: 9E, B0 and BD. RGB value is (158,176,189). Sum of RGB (Red+Green+Blue) = 158+176+189=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #9EB0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB0BD is #614F42. Grayscale: #ACACAC. Windows color (decimal): -6377283 or 12431518. OLE color: 12431518.

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

Color convert

RGB 158 176 189 -
CMYK 0.16 0.07 0 0.26
HSL 205.16º 0.19% 0.68% -
HSV(B) 205.16º 0.16% 0.74% -
XYZ 38.81 41.99 54.2 -
YUV 172.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 158 176 189 0.16 0.07 0 0.26 205.16 0.19 0.68
Hex 9E B0 BD 10 7 0 1A CD 13 44
Octal 236 260 275 20 7 0 32 315 23 104
Binary 10011110 10110000 10111101 10000 111 0 11010 11001101 10011 1000100

Color Harmonies of #9EB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB0BD

Black with #9EB0BD

Text Example


Text Example

White with #9EB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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