Html Css Color HEX #87A9BC Nepal

📋 copy color: '#87A9BC'

red 135 ◦ green 169 ◦ blue 188

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

Shades of Nepal #87A9BC

Tints of Nepal #87A9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 27.44%
G = 34.35%
B = 38.21%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#87A9BC (or 0x87A9BC) is known color: Nepal. HEX triplet: 87, A9 and BC. RGB value is (135,169,188). Sum of RGB (Red+Green+Blue) = 135+169+188=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A9BC is #785643. Grayscale: #A0A0A0. Windows color (decimal): -7886404 or 12364167. OLE color: 12364167.

HSL color Cylindrical-coordinate representation of color #87A9BC: hue angle of 201.51º 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 #87A9BC is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 169 188 -
CMYK 0.28 0.10 0 0.26
HSL 201.51º 0.28% 0.63% -
HSV(B) 201.51º 0.28% 0.74% -
XYZ 33.26 37.16 53 -
YUV 161 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 135 169 188 0.28 0.10 0 0.26 201.51 0.28 0.63
Hex 87 A9 BC 1C A 0 1A CA 1C 3F
Octal 207 251 274 34 12 0 32 312 34 77
Binary 10000111 10101001 10111100 11100 1010 0 11010 11001010 11100 111111

Color Harmonies of #87A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A9BC

Black with #87A9BC

Text Example


Text Example

White with #87A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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