#95B0BD

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

Shades of Nepal #95B0BD

Tints of Nepal #95B0BD

Color information

#95B0BD (or 0x95B0BD) is unknown color: approx Nepal. HEX triplet: 95, B0 and BD. RGB value is (149,176,189). Sum of RGB (Red+Green+Blue) = 149+176+189=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #95B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0BD is #6A4F42. Grayscale: #A9A9A9. Windows color (decimal): -6967107 or 12431509. OLE color: 12431509.

HSL color Cylindrical-coordinate representation of color #95B0BD: hue angle of 199.5º 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 #95B0BD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149176189-
CMYK0.210.0700.26
HSL199.5º23.26%66.27%-
HSV(B)199.5º21.16%74.12%-
XYZ37.1141.1154.12-
YUV169.41139.05113.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=28.99%
G=34.24%
B=36.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491761890.210.0700.26199.523.2666.27
Hex95B0BD15701Ac81742
Octal22526027525703231027102
Binary1001010110110000101111011010111101101011001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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