Html Css Color HEX #9EB0BB Nepal

📋 copy color: '#9EB0BB'

red 158 ◦ green 176 ◦ blue 187

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

Shades of Nepal #9EB0BB

Tints of Nepal #9EB0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 30.33%
G = 33.78%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9EB0BB (or 0x9EB0BB) is known color: Nepal. HEX triplet: 9E, B0 and BB. RGB value is (158,176,187). Sum of RGB (Red+Green+Blue) = 158+176+187=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #9EB0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EB0BB is #614F44. Grayscale: #ABABAB. Windows color (decimal): -6377285 or 12300446. OLE color: 12300446.

HSL color Cylindrical-coordinate representation of color #9EB0BB: hue angle of 202.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EB0BB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 176 187 -
CMYK 0.16 0.06 0 0.27
HSL 202.76º 0.18% 0.68% -
HSV(B) 202.76º 0.16% 0.73% -
XYZ 38.6 41.91 53.07 -
YUV 171.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 158 176 187 0.16 0.06 0 0.27 202.76 0.18 0.68
Hex 9E B0 BB 10 6 0 1B CB 12 44
Octal 236 260 273 20 6 0 33 313 22 104
Binary 10011110 10110000 10111011 10000 110 0 11011 11001011 10010 1000100

Color Harmonies of #9EB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB0BB

Black with #9EB0BB

Text Example


Text Example

White with #9EB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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