Html Css Color HEX #87A8BE Nepal

📋 copy color: '#87A8BE'

red 135 ◦ green 168 ◦ blue 190

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

Shades of Nepal #87A8BE

Tints of Nepal #87A8BE

RGB

 RED value IS 135 (53.13% from 255) = 27.38%

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

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

R = 27.38%
G = 34.08%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#87A8BE (or 0x87A8BE) is known color: Nepal. HEX triplet: 87, A8 and BE. RGB value is (135,168,190). Sum of RGB (Red+Green+Blue) = 135+168+190=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #87A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8BE is #785741. Grayscale: #A0A0A0. Windows color (decimal): -7886658 or 12494983. OLE color: 12494983.

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

Color convert

RGB 135 168 190 -
CMYK 0.29 0.12 0 0.25
HSL 204º 0.3% 0.64% -
HSV(B) 204º 0.29% 0.75% -
XYZ 33.29 36.87 54.08 -
YUV 160.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 135 168 190 0.29 0.12 0 0.25 204 0.3 0.64
Hex 87 A8 BE 1D C 0 19 CC 1E 40
Octal 207 250 276 35 14 0 31 314 36 100
Binary 10000111 10101000 10111110 11101 1100 0 11001 11001100 11110 1000000

Color Harmonies of #87A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8BE

Black with #87A8BE

Text Example


Text Example

White with #87A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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