Html Css Color HEX #87A8BC Nepal

📋 copy color: '#87A8BC'

red 135 ◦ green 168 ◦ blue 188

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

Shades of Nepal #87A8BC

Tints of Nepal #87A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 27.49%
G = 34.22%
B = 38.29%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87A8BC (or 0x87A8BC) is known color: Nepal. HEX triplet: 87, A8 and BC. RGB value is (135,168,188). Sum of RGB (Red+Green+Blue) = 135+168+188=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8BC is #785743. Grayscale: #A0A0A0. Windows color (decimal): -7886660 or 12363911. OLE color: 12363911.

HSL color Cylindrical-coordinate representation of color #87A8BC: hue angle of 202.64º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A8BC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 168 188 -
CMYK 0.28 0.11 0 0.26
HSL 202.64º 0.28% 0.63% -
HSV(B) 202.64º 0.28% 0.74% -
XYZ 33.07 36.79 52.93 -
YUV 160.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 135 168 188 0.28 0.11 0 0.26 202.64 0.28 0.63
Hex 87 A8 BC 1C B 0 1A CB 1C 3F
Octal 207 250 274 34 13 0 32 313 34 77
Binary 10000111 10101000 10111100 11100 1011 0 11010 11001011 11100 111111

Color Harmonies of #87A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8BC

Black with #87A8BC

Text Example


Text Example

White with #87A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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