#86ACB9

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

Shades of Botticelli #86ACB9

Tints of Botticelli #86ACB9

Color information

#86ACB9 (or 0x86ACB9) is unknown color: approx Botticelli. HEX triplet: 86, AC and B9. RGB value is (134,172,185). Sum of RGB (Red+Green+Blue) = 134+172+185=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #86ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACB9 is #795346. Grayscale: #A2A2A2. Windows color (decimal): -7951175 or 12168326. OLE color: 12168326.

HSL color Cylindrical-coordinate representation of color #86ACB9: hue angle of 195.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86ACB9 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134172185-
CMYK0.280.0700.27
HSL195.29º26.7%62.55%-
HSV(B)195.29º27.57%72.55%-
XYZ33.3438.0851.49-
YUV162.12140.91107.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=27.29%
G=35.03%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341721850.280.0700.27195.2926.762.55
Hex86ACB91C701Bc31b3f
Octal2062542713470333033377
Binary100001101010110010111001111001110110111100001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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