#93B0BE

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

Shades of Nepal #93B0BE

Tints of Nepal #93B0BE

Color information

#93B0BE (or 0x93B0BE) is unknown color: approx Nepal. HEX triplet: 93, B0 and BE. RGB value is (147,176,190). Sum of RGB (Red+Green+Blue) = 147+176+190=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #93B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0BE is #6C4F41. Grayscale: #A8A8A8. Windows color (decimal): -7098178 or 12497043. OLE color: 12497043.

HSL color Cylindrical-coordinate representation of color #93B0BE: hue angle of 199.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B0BE is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147176190-
CMYK0.230.0700.25
HSL199.53º24.86%66.08%-
HSV(B)199.53º22.63%74.51%-
XYZ36.8540.9754.68-
YUV168.92139.89112.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.65%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=28.65%
G=34.31%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471761900.230.0700.25199.5324.8666.08
Hex93B0BE177019c81942
Octal22326027627703131031102
Binary1001001110110000101111101011111101100111001000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,190); }

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

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

 a { background-color: rgb(147,176,190); }

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

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

 span { border-color: rgb(147,176,190); }

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