Html Css Color HEX #84A8BE Nepal

📋 copy color: '#84A8BE'

red 132 ◦ green 168 ◦ blue 190

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

Shades of Nepal #84A8BE

Tints of Nepal #84A8BE

RGB

 RED value IS 132 (51.95% from 255) = 26.94%

 GREEN value IS 168 (66.02% from 255) = 34.29%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 26.94%
G = 34.29%
B = 38.78%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#84A8BE (or 0x84A8BE) is known color: Nepal. HEX triplet: 84, A8 and BE. RGB value is (132,168,190). Sum of RGB (Red+Green+Blue) = 132+168+190=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #84A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8BE is #7B5741. Grayscale: #9F9F9F. Windows color (decimal): -8083266 or 12494980. OLE color: 12494980.

HSL color Cylindrical-coordinate representation of color #84A8BE: hue angle of 202.76º 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 #84A8BE is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 168 190 -
CMYK 0.31 0.12 0 0.25
HSL 202.76º 0.31% 0.63% -
HSV(B) 202.76º 0.31% 0.75% -
XYZ 32.81 36.63 54.06 -
YUV 159.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 132 168 190 0.31 0.12 0 0.25 202.76 0.31 0.63
Hex 84 A8 BE 1F C 0 19 CB 1F 3F
Octal 204 250 276 37 14 0 31 313 37 77
Binary 10000100 10101000 10111110 11111 1100 0 11001 11001011 11111 111111

Color Harmonies of #84A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A8BE

Black with #84A8BE

Text Example


Text Example

White with #84A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A8BE;
 }
 .AnyTagClassName
 {
   color: #84A8BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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