#95AEBE

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

Shades of Nepal #95AEBE

Tints of Nepal #95AEBE

Color information

#95AEBE (or 0x95AEBE) is unknown color: approx Nepal. HEX triplet: 95, AE and BE. RGB value is (149,174,190). Sum of RGB (Red+Green+Blue) = 149+174+190=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #95AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEBE is #6A5141. Grayscale: #A8A8A8. Windows color (decimal): -6967618 or 12496533. OLE color: 12496533.

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

Color convert

RGB149174190-
CMYK0.220.0800.25
HSL203.41º23.98%66.47%-
HSV(B)203.41º21.58%74.51%-
XYZ36.8240.3854.57-
YUV168.35140.22114.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=29.04%
G=33.92%
B=37.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491741900.220.0800.25203.4123.9866.47
Hex95AEBE168019cb1842
Octal225256276261003131330102
Binary10010101101011101011111010110100001100111001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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