#93AEBA

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

Shades of Nepal #93AEBA

Tints of Nepal #93AEBA

Color information

#93AEBA (or 0x93AEBA) is unknown color: approx Nepal. HEX triplet: 93, AE and BA. RGB value is (147,174,186). Sum of RGB (Red+Green+Blue) = 147+174+186=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #93AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBA is #6C5145. Grayscale: #A7A7A7. Windows color (decimal): -7098694 or 12234387. OLE color: 12234387.

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

Color convert

RGB147174186-
CMYK0.210.0600.27
HSL198.46º22.03%65.29%-
HSV(B)198.46º20.97%72.94%-
XYZ36.0340.0252.28-
YUV167.3138.55113.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=28.99%
G=34.32%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471741860.210.0600.27198.4622.0365.29
Hex93AEBA15601Bc61641
Octal22325627225603330626101
Binary1001001110101110101110101010111001101111000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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