#9FB1BB

Color #9FB1BB Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #9FB1BB

Tints of Nepal #9FB1BB

Color information

#9FB1BB (or 0x9FB1BB) is unknown color: approx Nepal. HEX triplet: 9F, B1 and BB. RGB value is (159,177,187). Sum of RGB (Red+Green+Blue) = 159+177+187=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #9FB1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1BB is #604E44. Grayscale: #ACACAC. Windows color (decimal): -6311493 or 12300703. OLE color: 12300703.

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

Color convert

RGB159177187-
CMYK0.150.0500.27
HSL201.43º17.07%67.84%-
HSV(B)201.43º14.97%73.33%-
XYZ38.9942.453.14-
YUV172.76136.04118.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=30.40%
G=33.84%
B=35.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591771870.150.0500.27201.4317.0767.84
Hex9FB1BBF501Bc91144
Octal23726127317503331121104
Binary100111111011000110111011111110101101111001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,187); }

 H1.HeaderClassName
 {
   color: #9FB1BB;
 }
 .AnyTagClassName
 {
   color: #9FB1BB;
 }
</style>
background-color css

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

 a { background-color: rgb(159,177,187); }

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

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

 span { border-color: rgb(159,177,187); }

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