#95ACBD

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

Shades of Nepal #95ACBD

Tints of Nepal #95ACBD

Color information

#95ACBD (or 0x95ACBD) is unknown color: approx Nepal. HEX triplet: 95, AC and BD. RGB value is (149,172,189). Sum of RGB (Red+Green+Blue) = 149+172+189=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #95ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACBD is #6A5342. Grayscale: #A6A6A6. Windows color (decimal): -6968131 or 12430485. OLE color: 12430485.

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

Color convert

RGB149172189-
CMYK0.210.0900.26
HSL205.5º23.26%66.27%-
HSV(B)205.5º21.16%74.12%-
XYZ36.3339.5753.87-
YUV167.06140.38115.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=29.22%
G=33.73%
B=37.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491721890.210.0900.26205.523.2666.27
Hex95ACBD15901Ace1742
Octal225254275251103231627102
Binary10010101101011001011110110101100101101011001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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