#84A3BB

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

Shades of Nepal #84A3BB

Tints of Nepal #84A3BB

Color information

#84A3BB (or 0x84A3BB) is unknown color: approx Nepal. HEX triplet: 84, A3 and BB. RGB value is (132,163,187). Sum of RGB (Red+Green+Blue) = 132+163+187=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #84A3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3BB is #7B5C44. Grayscale: #9C9C9C. Windows color (decimal): -8084549 or 12297092. OLE color: 12297092.

HSL color Cylindrical-coordinate representation of color #84A3BB: hue angle of 206.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A3BB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132163187-
CMYK0.290.1300.27
HSL206.18º28.8%62.55%-
HSV(B)206.18º29.41%73.33%-
XYZ31.5834.6952.04-
YUV156.47145.23110.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=27.39%
G=33.82%
B=38.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321631870.290.1300.27206.1828.862.55
Hex84A3BB1DD01Bce1d3f
Octal20424327335150333163577
Binary1000010010100011101110111110111010110111100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,163,187); }

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

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

 a { background-color: rgb(132,163,187); }

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

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

 span { border-color: rgb(132,163,187); }

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