#85ACBA

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

Shades of Botticelli #85ACBA

Tints of Botticelli #85ACBA

Color information

#85ACBA (or 0x85ACBA) is unknown color: approx Botticelli. HEX triplet: 85, AC and BA. RGB value is (133,172,186). Sum of RGB (Red+Green+Blue) = 133+172+186=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 172 (67.58% from 255 or 35.03% 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 #85ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACBA is #7A5345. Grayscale: #A1A1A1. Windows color (decimal): -8016710 or 12233861. OLE color: 12233861.

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

Color convert

RGB133172186-
CMYK0.280.0800.27
HSL195.85º27.75%62.55%-
HSV(B)195.85º28.49%72.94%-
XYZ33.2938.0452.04-
YUV161.94141.58107.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=27.09%
G=35.03%
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
Decimal1331721860.280.0800.27195.8527.7562.55
Hex85ACBA1C801Bc41c3f
Octal20525427234100333043477
Binary1000010110101100101110101110010000110111100010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ACBA; }

 p { color: rgb(133,172,186); }

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

<style>
 a { background-color: #85ACBA; }

 a { background-color: rgb(133,172,186); }

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

<style>
 span { border-color: #85ACBA; }

 span { border-color: rgb(133,172,186); }

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