#93ABBA

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

Shades of Nepal #93ABBA

Tints of Nepal #93ABBA

Color information

#93ABBA (or 0x93ABBA) is unknown color: approx Nepal. HEX triplet: 93, AB and BA. RGB value is (147,171,186). Sum of RGB (Red+Green+Blue) = 147+171+186=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #93ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBA is #6C5445. Grayscale: #A5A5A5. Windows color (decimal): -7099462 or 12233619. OLE color: 12233619.

HSL color Cylindrical-coordinate representation of color #93ABBA: hue angle of 203.08º 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 #93ABBA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147171186-
CMYK0.210.0800.27
HSL203.08º22.03%65.29%-
HSV(B)203.08º20.97%72.94%-
XYZ35.4638.8752.09-
YUV165.53139.55114.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.17%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=29.17%
G=33.93%
B=36.90%

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
Decimal1471711860.210.0800.27203.0822.0365.29
Hex93ABBA15801Bcb1641
Octal223253272251003331326101
Binary10010011101010111011101010101100001101111001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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