#86B0BA

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

Shades of Botticelli #86B0BA

Tints of Botticelli #86B0BA

Color information

#86B0BA (or 0x86B0BA) is unknown color: approx Botticelli. HEX triplet: 86, B0 and BA. RGB value is (134,176,186). Sum of RGB (Red+Green+Blue) = 134+176+186=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #86B0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0BA is #794F45. Grayscale: #A4A4A4. Windows color (decimal): -7950150 or 12234886. OLE color: 12234886.

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

Color convert

RGB134176186-
CMYK0.280.0500.27
HSL191.54º27.37%62.75%-
HSV(B)191.54º27.96%72.94%-
XYZ34.2239.6652.31-
YUV164.58140.09106.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.02%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=27.02%
G=35.48%
B=37.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341761860.280.0500.27191.5427.3762.75
Hex86B0BA1C501Bc01b3f
Octal2062602723450333003377
Binary100001101011000010111010111001010110111100000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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