Html Css Color HEX #87A0AD Bali Hai

📋 copy color: '#87A0AD'

red 135 ◦ green 160 ◦ blue 173

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

Shades of Bali Hai #87A0AD

Tints of Bali Hai #87A0AD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 28.85%
G = 34.19%
B = 36.97%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#87A0AD (or 0x87A0AD) is known color: Bali Hai. HEX triplet: 87, A0 and AD. RGB value is (135,160,173). Sum of RGB (Red+Green+Blue) = 135+160+173=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #87A0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A0AD is #785F52. Grayscale: #999999. Windows color (decimal): -7888723 or 11378823. OLE color: 11378823.

HSL color Cylindrical-coordinate representation of color #87A0AD: hue angle of 200.53º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87A0AD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 160 173 -
CMYK 0.22 0.08 0 0.32
HSL 200.53º 0.19% 0.6% -
HSV(B) 200.53º 0.22% 0.68% -
XYZ 30.11 33.31 44.38 -
YUV 154.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 135 160 173 0.22 0.08 0 0.32 200.53 0.19 0.6
Hex 87 A0 AD 16 8 0 20 C9 13 3C
Octal 207 240 255 26 10 0 40 311 23 74
Binary 10000111 10100000 10101101 10110 1000 0 100000 11001001 10011 111100

Color Harmonies of #87A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A0AD

Black with #87A0AD

Text Example


Text Example

White with #87A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,160,173); }

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

background-color css

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

 a { background-color: rgb(135,160,173); }

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

border-color css

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

 span { border-color: rgb(135,160,173); }

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