#86ACB7

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

Shades of Botticelli #86ACB7

Tints of Botticelli #86ACB7

Color information

#86ACB7 (or 0x86ACB7) is unknown color: approx Botticelli. HEX triplet: 86, AC and B7. RGB value is (134,172,183). Sum of RGB (Red+Green+Blue) = 134+172+183=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 183 (71.88% from 255 or 37.42% from 489); Max value from RGB is 183 - color contains mainly: blue. Hex color #86ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACB7 is #795348. Grayscale: #A1A1A1. Windows color (decimal): -7951177 or 12037254. OLE color: 12037254.

HSL color Cylindrical-coordinate representation of color #86ACB7: hue angle of 193.47º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86ACB7 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134172183-
CMYK0.270.0600.28
HSL193.47º25.39%62.16%-
HSV(B)193.47º26.78%71.76%-
XYZ33.1337.9950.39-
YUV161.89139.91108.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.40%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 183 (71.88% from 255) = 37.42%
R=27.40%
G=35.17%
B=37.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341721830.270.0600.28193.4725.3962.16
Hex86ACB71B601Cc1193e
Octal2062542673360343013176
Binary100001101010110010110111110111100111001100000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ACB7; }

 p { color: rgb(134,172,183); }

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

<style>
 a { background-color: #86ACB7; }

 a { background-color: rgb(134,172,183); }

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

<style>
 span { border-color: #86ACB7; }

 span { border-color: rgb(134,172,183); }

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