#93ACBD

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

Shades of Nepal #93ACBD

Tints of Nepal #93ACBD

Color information

#93ACBD (or 0x93ACBD) is unknown color: approx Nepal. HEX triplet: 93, AC and BD. RGB value is (147,172,189). Sum of RGB (Red+Green+Blue) = 147+172+189=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 189 - color contains mainly: blue. Hex color #93ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACBD is #6C5342. Grayscale: #A6A6A6. Windows color (decimal): -7099203 or 12430483. OLE color: 12430483.

HSL color Cylindrical-coordinate representation of color #93ACBD: hue angle of 204.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93ACBD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147172189-
CMYK0.220.0900.26
HSL204.29º24.14%65.88%-
HSV(B)204.29º22.22%74.12%-
XYZ35.9739.3853.85-
YUV166.46140.72114.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=28.94%
G=33.86%
B=37.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471721890.220.0900.26204.2924.1465.88
Hex93ACBD16901Acc1842
Octal223254275261103231430102
Binary10010011101011001011110110110100101101011001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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