#95A9BE

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

Shades of Nepal #95A9BE

Tints of Nepal #95A9BE

Color information

#95A9BE (or 0x95A9BE) is unknown color: approx Nepal. HEX triplet: 95, A9 and BE. RGB value is (149,169,190). Sum of RGB (Red+Green+Blue) = 149+169+190=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #95A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9BE is #6A5641. Grayscale: #A5A5A5. Windows color (decimal): -6968898 or 12495253. OLE color: 12495253.

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

Color convert

RGB149169190-
CMYK0.220.1100.25
HSL210.73º23.98%66.47%-
HSV(B)210.73º21.58%74.51%-
XYZ35.8838.4854.25-
YUV165.41141.87116.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=29.33%
G=33.27%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491691900.220.1100.25210.7323.9866.47
Hex95A9BE16B019d31842
Octal225251276261303132330102
Binary10010101101010011011111010110101101100111010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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