Html Css Color HEX #9FB1BB Nepal

📋 copy color: '#9FB1BB'

red 159 ◦ green 177 ◦ blue 187

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

Shades of Nepal #9FB1BB

Tints of Nepal #9FB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

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

R = 30.4%
G = 33.84%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9FB1BB (or 0x9FB1BB) is known color: 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

RGB 159 177 187 -
CMYK 0.15 0.05 0 0.27
HSL 201.43º 0.17% 0.68% -
HSV(B) 201.43º 0.15% 0.73% -
XYZ 38.99 42.4 53.14 -
YUV 172.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 159 177 187 0.15 0.05 0 0.27 201.43 0.17 0.68
Hex 9F B1 BB F 5 0 1B C9 11 44
Octal 237 261 273 17 5 0 33 311 21 104
Binary 10011111 10110001 10111011 1111 101 0 11011 11001001 10001 1000100

Color Harmonies of #9FB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB1BB

Black with #9FB1BB

Text Example


Text Example

White with #9FB1BB

Text Example


Text Example

HTML Codes & Css Web 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>