Html Css Color HEX #9FB0BE Nepal

📋 copy color: '#9FB0BE'

red 159 ◦ green 176 ◦ blue 190

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

Shades of Nepal #9FB0BE

Tints of Nepal #9FB0BE

RGB

 RED value IS 159 (62.5% from 255) = 30.29%

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 30.29%
G = 33.52%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FB0BE (or 0x9FB0BE) is known color: Nepal. HEX triplet: 9F, B0 and BE. RGB value is (159,176,190). Sum of RGB (Red+Green+Blue) = 159+176+190=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #9FB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BE is #604F41. Grayscale: #ACACAC. Windows color (decimal): -6311746 or 12497055. OLE color: 12497055.

HSL color Cylindrical-coordinate representation of color #9FB0BE: hue angle of 207.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FB0BE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 176 190 -
CMYK 0.16 0.07 0 0.25
HSL 207.1º 0.19% 0.68% -
HSV(B) 207.1º 0.16% 0.75% -
XYZ 39.12 42.14 54.79 -
YUV 172.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 159 176 190 0.16 0.07 0 0.25 207.1 0.19 0.68
Hex 9F B0 BE 10 7 0 19 CF 13 44
Octal 237 260 276 20 7 0 31 317 23 104
Binary 10011111 10110000 10111110 10000 111 0 11001 11001111 10011 1000100

Color Harmonies of #9FB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0BE

Black with #9FB0BE

Text Example


Text Example

White with #9FB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,190); }

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

background-color css

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

 a { background-color: rgb(159,176,190); }

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

border-color css

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

 span { border-color: rgb(159,176,190); }

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