Html Css Color HEX #9FB0BC Nepal

📋 copy color: '#9FB0BC'

red 159 ◦ green 176 ◦ blue 188

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

Shades of Nepal #9FB0BC

Tints of Nepal #9FB0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 30.4%
G = 33.65%
B = 35.95%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9FB0BC (or 0x9FB0BC) is known color: Nepal. HEX triplet: 9F, B0 and BC. RGB value is (159,176,188). Sum of RGB (Red+Green+Blue) = 159+176+188=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #9FB0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0BC is #604F43. Grayscale: #ACACAC. Windows color (decimal): -6311748 or 12365983. OLE color: 12365983.

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

Color convert

RGB 159 176 188 -
CMYK 0.15 0.06 0 0.26
HSL 204.83º 0.18% 0.68% -
HSV(B) 204.83º 0.15% 0.74% -
XYZ 38.9 42.05 53.64 -
YUV 172.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 159 176 188 0.15 0.06 0 0.26 204.83 0.18 0.68
Hex 9F B0 BC F 6 0 1A CD 12 44
Octal 237 260 274 17 6 0 32 315 22 104
Binary 10011111 10110000 10111100 1111 110 0 11010 11001101 10010 1000100

Color Harmonies of #9FB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB0BC

Black with #9FB0BC

Text Example


Text Example

White with #9FB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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