#95B0BE

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

Shades of Nepal #95B0BE

Tints of Nepal #95B0BE

Color information

#95B0BE (or 0x95B0BE) is unknown color: approx Nepal. HEX triplet: 95, B0 and BE. RGB value is (149,176,190). Sum of RGB (Red+Green+Blue) = 149+176+190=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 190 - color contains mainly: blue. Hex color #95B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0BE is #6A4F41. Grayscale: #A9A9A9. Windows color (decimal): -6967106 or 12497045. OLE color: 12497045.

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

Color convert

RGB149176190-
CMYK0.220.0700.25
HSL200.49º23.98%66.47%-
HSV(B)200.49º21.58%74.51%-
XYZ37.2141.1654.7-
YUV169.52139.55113.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.93%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 190 (74.61% from 255) = 36.89%
R=28.93%
G=34.17%
B=36.89%

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
Decimal1491761900.220.0700.25200.4923.9866.47
Hex95B0BE167019c81842
Octal22526027626703131030102
Binary1001010110110000101111101011011101100111001000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,190); }

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

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

 a { background-color: rgb(149,176,190); }

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

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

 span { border-color: rgb(149,176,190); }

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