#86ABBA

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

Shades of Botticelli #86ABBA

Tints of Botticelli #86ABBA

Color information

#86ABBA (or 0x86ABBA) is unknown color: approx Botticelli. HEX triplet: 86, AB and BA. RGB value is (134,171,186). Sum of RGB (Red+Green+Blue) = 134+171+186=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #86ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABBA is #795445. Grayscale: #A1A1A1. Windows color (decimal): -7951430 or 12233606. OLE color: 12233606.

HSL color Cylindrical-coordinate representation of color #86ABBA: hue angle of 197.31º 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 #86ABBA is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134171186-
CMYK0.280.0800.27
HSL197.31º27.37%62.75%-
HSV(B)197.31º27.96%72.94%-
XYZ33.2637.7451.99-
YUV161.65141.74108.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=27.29%
G=34.83%
B=37.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341711860.280.0800.27197.3127.3762.75
Hex86ABBA1C801Bc51b3f
Octal20625327234100333053377
Binary1000011010101011101110101110010000110111100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,186); }

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

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

 a { background-color: rgb(134,171,186); }

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

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

 span { border-color: rgb(134,171,186); }

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