#94ADBE

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

Shades of Nepal #94ADBE

Tints of Nepal #94ADBE

Color information

#94ADBE (or 0x94ADBE) is unknown color: approx Nepal. HEX triplet: 94, AD and BE. RGB value is (148,173,190). Sum of RGB (Red+Green+Blue) = 148+173+190=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #94ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADBE is #6B5241. Grayscale: #A7A7A7. Windows color (decimal): -7033410 or 12496276. OLE color: 12496276.

HSL color Cylindrical-coordinate representation of color #94ADBE: hue angle of 204.29º 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 #94ADBE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148173190-
CMYK0.220.0900.25
HSL204.29º24.42%66.27%-
HSV(B)204.29º22.11%74.51%-
XYZ36.4539.954.5-
YUV167.46140.72114.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=28.96%
G=33.86%
B=37.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481731900.220.0900.25204.2924.4266.27
Hex94ADBE169019cc1842
Octal224255276261103131430102
Binary10010100101011011011111010110100101100111001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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