Html Css Color HEX #86A5BE Nepal

📋 copy color: '#86A5BE'

red 134 ◦ green 165 ◦ blue 190

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

Shades of Nepal #86A5BE

Tints of Nepal #86A5BE

RGB

 RED value IS 134 (52.73% from 255) = 27.4%

 GREEN value IS 165 (64.84% from 255) = 33.74%

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

R = 27.4%
G = 33.74%
B = 38.85%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86A5BE (or 0x86A5BE) is known color: Nepal. HEX triplet: 86, A5 and BE. RGB value is (134,165,190). Sum of RGB (Red+Green+Blue) = 134+165+190=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #86A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5BE is #795A41. Grayscale: #9E9E9E. Windows color (decimal): -7952962 or 12494214. OLE color: 12494214.

HSL color Cylindrical-coordinate representation of color #86A5BE: hue angle of 206.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A5BE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 165 190 -
CMYK 0.29 0.13 0 0.25
HSL 206.79º 0.3% 0.64% -
HSV(B) 206.79º 0.29% 0.75% -
XYZ 32.58 35.7 53.89 -
YUV 158.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 134 165 190 0.29 0.13 0 0.25 206.79 0.3 0.64
Hex 86 A5 BE 1D D 0 19 CF 1E 40
Octal 206 245 276 35 15 0 31 317 36 100
Binary 10000110 10100101 10111110 11101 1101 0 11001 11001111 11110 1000000

Color Harmonies of #86A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A5BE

Black with #86A5BE

Text Example


Text Example

White with #86A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A5BE; }

 p { color: rgb(134,165,190); }

 H1.HeaderClassName
 {
   color: #86A5BE;
 }
 .AnyTagClassName
 {
   color: #86A5BE;
 }
</style>

background-color css

<style>
 a { background-color: #86A5BE; }

 a { background-color: rgb(134,165,190); }

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

border-color css

<style>
 span { border-color: #86A5BE; }

 span { border-color: rgb(134,165,190); }

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