Html Css Color HEX #84A3BB Nepal

📋 copy color: '#84A3BB'

red 132 ◦ green 163 ◦ blue 187

#84A3BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #84A3BB

Tints of Nepal #84A3BB

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.8%

R = 27.39%
G = 33.82%
B = 38.8%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#84A3BB (or 0x84A3BB) is known color: 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

RGB 132 163 187 -
CMYK 0.29 0.13 0 0.27
HSL 206.18º 0.29% 0.63% -
HSV(B) 206.18º 0.29% 0.73% -
XYZ 31.58 34.69 52.04 -
YUV 156.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 132 163 187 0.29 0.13 0 0.27 206.18 0.29 0.63
Hex 84 A3 BB 1D D 0 1B CE 1D 3F
Octal 204 243 273 35 15 0 33 316 35 77
Binary 10000100 10100011 10111011 11101 1101 0 11011 11001110 11101 111111

Color Harmonies of #84A3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3BB

Black with #84A3BB

Text Example


Text Example

White with #84A3BB

Text Example


Text Example

HTML Codes & Css Web 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>