#93ACBF

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

Shades of Nepal #93ACBF

Tints of Nepal #93ACBF

Color information

#93ACBF (or 0x93ACBF) is unknown color: approx Nepal. HEX triplet: 93, AC and BF. RGB value is (147,172,191). Sum of RGB (Red+Green+Blue) = 147+172+191=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #93ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACBF is #6C5340. Grayscale: #A6A6A6. Windows color (decimal): -7099201 or 12561555. OLE color: 12561555.

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

Color convert

RGB147172191-
CMYK0.230.1000.25
HSL205.91º25.58%66.27%-
HSV(B)205.91º23.04%74.9%-
XYZ36.1939.4755-
YUV166.69141.72113.96-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 191 (75% from 255) = 37.45%
R=28.82%
G=33.73%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471721910.230.1000.25205.9125.5866.27
Hex93ACBF17A019ce1a42
Octal223254277271203131632102
Binary10010011101011001011111110111101001100111001110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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