Html Css Color HEX #87ACB6 Botticelli

📋 copy color: '#87ACB6'

red 135 ◦ green 172 ◦ blue 182

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

Shades of Botticelli #87ACB6

Tints of Botticelli #87ACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.22%

R = 27.61%
G = 35.17%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#87ACB6 (or 0x87ACB6) is known color: Botticelli. HEX triplet: 87, AC and B6. RGB value is (135,172,182). Sum of RGB (Red+Green+Blue) = 135+172+182=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 182 - color contains mainly: blue. Hex color #87ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACB6 is #785349. Grayscale: #A2A2A2. Windows color (decimal): -7885642 or 11971719. OLE color: 11971719.

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

Color convert

RGB 135 172 182 -
CMYK 0.26 0.05 0 0.29
HSL 192.77º 0.24% 0.62% -
HSV(B) 192.77º 0.26% 0.71% -
XYZ 33.19 38.03 49.85 -
YUV 162.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 135 172 182 0.26 0.05 0 0.29 192.77 0.24 0.62
Hex 87 AC B6 1A 5 0 1D C1 18 3E
Octal 207 254 266 32 5 0 35 301 30 76
Binary 10000111 10101100 10110110 11010 101 0 11101 11000001 11000 111110

Color Harmonies of #87ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACB6

Black with #87ACB6

Text Example


Text Example

White with #87ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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