#95ACBF

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

Shades of Nepal #95ACBF

Tints of Nepal #95ACBF

Color information

#95ACBF (or 0x95ACBF) is unknown color: approx Nepal. HEX triplet: 95, AC and BF. RGB value is (149,172,191). Sum of RGB (Red+Green+Blue) = 149+172+191=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #95ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACBF is #6A5340. Grayscale: #A7A7A7. Windows color (decimal): -6968129 or 12561557. OLE color: 12561557.

HSL color Cylindrical-coordinate representation of color #95ACBF: hue angle of 207.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95ACBF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149172191-
CMYK0.220.1000.25
HSL207.14º24.71%66.67%-
HSV(B)207.14º21.99%74.9%-
XYZ36.5539.6655.02-
YUV167.29141.38114.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 37.30%
R=29.10%
G=33.59%
B=37.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491721910.220.1000.25207.1424.7166.67
Hex95ACBF16A019cf1943
Octal225254277261203131731103
Binary10010101101011001011111110110101001100111001111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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