#94A9BA

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

Shades of Nepal #94A9BA

Tints of Nepal #94A9BA

Color information

#94A9BA (or 0x94A9BA) is unknown color: approx Nepal. HEX triplet: 94, A9 and BA. RGB value is (148,169,186). Sum of RGB (Red+Green+Blue) = 148+169+186=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #94A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A9BA is #6B5645. Grayscale: #A4A4A4. Windows color (decimal): -7034438 or 12233108. OLE color: 12233108.

HSL color Cylindrical-coordinate representation of color #94A9BA: hue angle of 206.84º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A9BA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148169186-
CMYK0.200.0900.27
HSL206.84º21.59%65.49%-
HSV(B)206.84º20.43%72.94%-
XYZ35.2638.2251.97-
YUV164.66140.04116.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=29.42%
G=33.60%
B=36.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481691860.200.0900.27206.8421.5965.49
Hex94A9BA14901Bcf1641
Octal224251272241103331726101
Binary10010100101010011011101010100100101101111001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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