#84A9BE

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

Shades of Nepal #84A9BE

Tints of Nepal #84A9BE

Color information

#84A9BE (or 0x84A9BE) is unknown color: approx Nepal. HEX triplet: 84, A9 and BE. RGB value is (132,169,190). Sum of RGB (Red+Green+Blue) = 132+169+190=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #84A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A9BE is #7B5641. Grayscale: #A0A0A0. Windows color (decimal): -8083010 or 12495236. OLE color: 12495236.

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

Color convert

RGB132169190-
CMYK0.310.1100.25
HSL201.72º30.85%63.14%-
HSV(B)201.72º30.53%74.51%-
XYZ333754.12-
YUV160.33144.74107.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=26.88%
G=34.42%
B=38.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321691900.310.1100.25201.7230.8563.14
Hex84A9BE1FB019ca1f3f
Octal20425127637130313123777
Binary1000010010101001101111101111110110110011100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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