#87ACBC

Color #87ACBC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #87ACBC

Tints of Botticelli #87ACBC

Color information

#87ACBC (or 0x87ACBC) is unknown color: approx Botticelli. HEX triplet: 87, AC and BC. RGB value is (135,172,188). Sum of RGB (Red+Green+Blue) = 135+172+188=495 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.27% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #87ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACBC is #785343. Grayscale: #A2A2A2. Windows color (decimal): -7885636 or 12364935. OLE color: 12364935.

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

Color convert

RGB135172188-
CMYK0.280.0900.26
HSL198.11º28.34%63.33%-
HSV(B)198.11º28.19%73.73%-
XYZ33.8238.2953.18-
YUV162.76142.24108.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.27%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=27.27%
G=34.75%
B=37.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351721880.280.0900.26198.1128.3463.33
Hex87ACBC1C901Ac61c3f
Octal20725427434110323063477
Binary1000011110101100101111001110010010110101100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87ACBC;
 }
 .AnyTagClassName
 {
   color: #87ACBC;
 }
</style>
background-color css

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

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

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

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

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

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