Html Css Color HEX #9FB0BF Nepal

📋 copy color: '#9FB0BF'

red 159 ◦ green 176 ◦ blue 191

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

Shades of Nepal #9FB0BF

Tints of Nepal #9FB0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.31%

R = 30.23%
G = 33.46%
B = 36.31%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9FB0BF (or 0x9FB0BF) is known color: Nepal. HEX triplet: 9F, B0 and BF. RGB value is (159,176,191). Sum of RGB (Red+Green+Blue) = 159+176+191=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #9FB0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BF is #604F40. Grayscale: #ACACAC. Windows color (decimal): -6311745 or 12562591. OLE color: 12562591.

HSL color Cylindrical-coordinate representation of color #9FB0BF: hue angle of 208.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FB0BF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 176 191 -
CMYK 0.17 0.08 0 0.25
HSL 208.13º 0.2% 0.69% -
HSV(B) 208.13º 0.17% 0.75% -
XYZ 39.23 42.18 55.36 -
YUV 172.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 159 176 191 0.17 0.08 0 0.25 208.13 0.2 0.69
Hex 9F B0 BF 11 8 0 19 D0 14 45
Octal 237 260 277 21 10 0 31 320 24 105
Binary 10011111 10110000 10111111 10001 1000 0 11001 11010000 10100 1000101

Color Harmonies of #9FB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0BF

Black with #9FB0BF

Text Example


Text Example

White with #9FB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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