#95B2BE

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

Shades of Nepal #95B2BE

Tints of Nepal #95B2BE

Color information

#95B2BE (or 0x95B2BE) is unknown color: approx Nepal. HEX triplet: 95, B2 and BE. RGB value is (149,178,190). Sum of RGB (Red+Green+Blue) = 149+178+190=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #95B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2BE is #6A4D41. Grayscale: #AAAAAA. Windows color (decimal): -6966594 or 12497557. OLE color: 12497557.

HSL color Cylindrical-coordinate representation of color #95B2BE: hue angle of 197.56º 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 #95B2BE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149178190-
CMYK0.220.0600.25
HSL197.56º23.98%66.47%-
HSV(B)197.56º21.58%74.51%-
XYZ37.6141.9554.83-
YUV170.7138.89112.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 178 (69.92% from 255) = 34.43%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=28.82%
G=34.43%
B=36.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491781900.220.0600.25197.5623.9866.47
Hex95B2BE166019c61842
Octal22526227626603130630102
Binary1001010110110010101111101011011001100111000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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