Html Css Color HEX #87ACB5 Botticelli

📋 copy color: '#87ACB5'

red 135 ◦ green 172 ◦ blue 181

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

Shades of Botticelli #87ACB5

Tints of Botticelli #87ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.25%

 BLUE value IS 181 (71.09% from 255) = 37.09%

R = 27.66%
G = 35.25%
B = 37.09%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#87ACB5 (or 0x87ACB5) is known color: Botticelli. HEX triplet: 87, AC and B5. RGB value is (135,172,181). Sum of RGB (Red+Green+Blue) = 135+172+181=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 181 - color contains mainly: blue. Hex color #87ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACB5 is #78534A. Grayscale: #A1A1A1. Windows color (decimal): -7885643 or 11906183. OLE color: 11906183.

HSL color Cylindrical-coordinate representation of color #87ACB5: hue angle of 191.74º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87ACB5 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 172 181 -
CMYK 0.25 0.05 0 0.29
HSL 191.74º 0.24% 0.62% -
HSV(B) 191.74º 0.25% 0.71% -
XYZ 33.08 37.99 49.31 -
YUV 161.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 135 172 181 0.25 0.05 0 0.29 191.74 0.24 0.62
Hex 87 AC B5 19 5 0 1D C0 18 3E
Octal 207 254 265 31 5 0 35 300 30 76
Binary 10000111 10101100 10110101 11001 101 0 11101 11000000 11000 111110

Color Harmonies of #87ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACB5

Black with #87ACB5

Text Example


Text Example

White with #87ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,172,181); }

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

background-color css

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

 a { background-color: rgb(135,172,181); }

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

border-color css

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

 span { border-color: rgb(135,172,181); }

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