#95A9BD

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

Shades of Nepal #95A9BD

Tints of Nepal #95A9BD

Color information

#95A9BD (or 0x95A9BD) is unknown color: approx Nepal. HEX triplet: 95, A9 and BD. RGB value is (149,169,189). Sum of RGB (Red+Green+Blue) = 149+169+189=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #95A9BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9BD is #6A5642. Grayscale: #A5A5A5. Windows color (decimal): -6968899 or 12429717. OLE color: 12429717.

HSL color Cylindrical-coordinate representation of color #95A9BD: hue angle of 210º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95A9BD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149169189-
CMYK0.210.1100.26
HSL210º23.26%66.27%-
HSV(B)210º21.16%74.12%-
XYZ35.7738.4453.68-
YUV165.3141.37116.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.39%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=29.39%
G=33.33%
B=37.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491691890.210.1100.2621023.2666.27
Hex95A9BD15B01Ad21742
Octal225251275251303232227102
Binary10010101101010011011110110101101101101011010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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