#95ACBE

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

Shades of Nepal #95ACBE

Tints of Nepal #95ACBE

Color information

#95ACBE (or 0x95ACBE) is unknown color: approx Nepal. HEX triplet: 95, AC and BE. RGB value is (149,172,190). Sum of RGB (Red+Green+Blue) = 149+172+190=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #95ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACBE is #6A5341. Grayscale: #A7A7A7. Windows color (decimal): -6968130 or 12496021. OLE color: 12496021.

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

Color convert

RGB149172190-
CMYK0.220.0900.25
HSL206.34º23.98%66.47%-
HSV(B)206.34º21.58%74.51%-
XYZ36.4439.6154.44-
YUV167.18140.88115.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=29.16%
G=33.66%
B=37.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491721900.220.0900.25206.3423.9866.47
Hex95ACBE169019ce1842
Octal225254276261103131630102
Binary10010101101011001011111010110100101100111001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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