#95B1BF

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

Shades of Nepal #95B1BF

Tints of Nepal #95B1BF

Color information

#95B1BF (or 0x95B1BF) is unknown color: approx Nepal. HEX triplet: 95, B1 and BF. RGB value is (149,177,191). Sum of RGB (Red+Green+Blue) = 149+177+191=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 191 - color contains mainly: blue. Hex color #95B1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1BF is #6A4E40. Grayscale: #AAAAAA. Windows color (decimal): -6966849 or 12562837. OLE color: 12562837.

HSL color Cylindrical-coordinate representation of color #95B1BF: hue angle of 200º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B1BF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149177191-
CMYK0.220.0700.25
HSL200º24.71%66.67%-
HSV(B)200º21.99%74.9%-
XYZ37.5241.655.34-
YUV170.22139.72112.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 36.94%
R=28.82%
G=34.24%
B=36.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491771910.220.0700.2520024.7166.67
Hex95B1BF167019c81943
Octal22526127726703131031103
Binary1001010110110001101111111011011101100111001000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B1BF; }

 p { color: rgb(149,177,191); }

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

<style>
 a { background-color: #95B1BF; }

 a { background-color: rgb(149,177,191); }

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

<style>
 span { border-color: #95B1BF; }

 span { border-color: rgb(149,177,191); }

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