#93BACA

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

Shades of Nepal #93BACA

Tints of Nepal #93BACA

Color information

#93BACA (or 0x93BACA) is unknown color: approx Nepal. HEX triplet: 93, BA and CA. RGB value is (147,186,202). Sum of RGB (Red+Green+Blue) = 147+186+202=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #93BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BACA is #6C4535. Grayscale: #B0B0B0. Windows color (decimal): -7095606 or 13286035. OLE color: 13286035.

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

Color convert

RGB147186202-
CMYK0.270.0800.21
HSL197.45º34.16%68.43%-
HSV(B)197.45º27.23%79.22%-
XYZ40.2545.5962.55-
YUV176.16142.58107.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.48%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=27.48%
G=34.77%
B=37.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471862020.270.0800.21197.4534.1668.43
Hex93BACA1B8015c52244
Octal223272312331002530542104
Binary100100111011101011001010110111000010101110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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