#93ACBA

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

Shades of Nepal #93ACBA

Tints of Nepal #93ACBA

Color information

#93ACBA (or 0x93ACBA) is unknown color: approx Nepal. HEX triplet: 93, AC and BA. RGB value is (147,172,186). Sum of RGB (Red+Green+Blue) = 147+172+186=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #93ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACBA is #6C5345. Grayscale: #A6A6A6. Windows color (decimal): -7099206 or 12233875. OLE color: 12233875.

HSL color Cylindrical-coordinate representation of color #93ACBA: hue angle of 201.54º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93ACBA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147172186-
CMYK0.210.0800.27
HSL201.54º22.03%65.29%-
HSV(B)201.54º20.97%72.94%-
XYZ35.6539.2552.15-
YUV166.12139.22114.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.11%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=29.11%
G=34.06%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471721860.210.0800.27201.5422.0365.29
Hex93ACBA15801Bca1641
Octal223254272251003331226101
Binary10010011101011001011101010101100001101111001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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