#95ADBE

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

Shades of Nepal #95ADBE

Tints of Nepal #95ADBE

Color information

#95ADBE (or 0x95ADBE) is unknown color: approx Nepal. HEX triplet: 95, AD and BE. RGB value is (149,173,190). Sum of RGB (Red+Green+Blue) = 149+173+190=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #95ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBE is #6A5241. Grayscale: #A7A7A7. Windows color (decimal): -6967874 or 12496277. OLE color: 12496277.

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

Color convert

RGB149173190-
CMYK0.220.0900.25
HSL204.88º23.98%66.47%-
HSV(B)204.88º21.58%74.51%-
XYZ36.6339.9954.5-
YUV167.76140.55114.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=29.10%
G=33.79%
B=37.11%

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
Decimal1491731900.220.0900.25204.8823.9866.47
Hex95ADBE169019cd1842
Octal225255276261103131530102
Binary10010101101011011011111010110100101100111001101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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