#95ADBA

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

Shades of Nepal #95ADBA

Tints of Nepal #95ADBA

Color information

#95ADBA (or 0x95ADBA) is unknown color: approx Nepal. HEX triplet: 95, AD and BA. RGB value is (149,173,186). Sum of RGB (Red+Green+Blue) = 149+173+186=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #95ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADBA is #6A5245. Grayscale: #A7A7A7. Windows color (decimal): -6967878 or 12234133. OLE color: 12234133.

HSL color Cylindrical-coordinate representation of color #95ADBA: hue angle of 201.08º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #95ADBA is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149173186-
CMYK0.200.0700.27
HSL201.08º21.14%65.69%-
HSV(B)201.08º19.89%72.94%-
XYZ36.239.8252.23-
YUV167.31138.55114.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=29.33%
G=34.06%
B=36.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491731860.200.0700.27201.0821.1465.69
Hex95ADBA14701Bc91542
Octal22525527224703331125102
Binary1001010110101101101110101010011101101111001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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