#94A9BE

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

Shades of Nepal #94A9BE

Tints of Nepal #94A9BE

Color information

#94A9BE (or 0x94A9BE) is unknown color: approx Nepal. HEX triplet: 94, A9 and BE. RGB value is (148,169,190). Sum of RGB (Red+Green+Blue) = 148+169+190=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #94A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9BE is #6B5641. Grayscale: #A5A5A5. Windows color (decimal): -7034434 or 12495252. OLE color: 12495252.

HSL color Cylindrical-coordinate representation of color #94A9BE: hue angle of 210º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A9BE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148169190-
CMYK0.220.1100.25
HSL210º24.42%66.27%-
HSV(B)210º22.11%74.51%-
XYZ35.6938.3954.24-
YUV165.11142.04115.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=29.19%
G=33.33%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481691900.220.1100.2521024.4266.27
Hex94A9BE16B019d21842
Octal224251276261303132230102
Binary10010100101010011011111010110101101100111010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A9BE; }

 p { color: rgb(148,169,190); }

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

<style>
 a { background-color: #94A9BE; }

 a { background-color: rgb(148,169,190); }

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

<style>
 span { border-color: #94A9BE; }

 span { border-color: rgb(148,169,190); }

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