#95AEBD

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

Shades of Nepal #95AEBD

Tints of Nepal #95AEBD

Color information

#95AEBD (or 0x95AEBD) is unknown color: approx Nepal. HEX triplet: 95, AE and BD. RGB value is (149,174,189). Sum of RGB (Red+Green+Blue) = 149+174+189=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #95AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEBD is #6A5142. Grayscale: #A8A8A8. Windows color (decimal): -6967619 or 12430997. OLE color: 12430997.

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

Color convert

RGB149174189-
CMYK0.210.0800.26
HSL202.5º23.26%66.27%-
HSV(B)202.5º21.16%74.12%-
XYZ36.7240.3453.99-
YUV168.24139.72114.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=29.10%
G=33.98%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491741890.210.0800.26202.523.2666.27
Hex95AEBD15801Aca1742
Octal225256275251003231227102
Binary10010101101011101011110110101100001101011001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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