#85ACBC

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

Shades of Botticelli #85ACBC

Tints of Botticelli #85ACBC

Color information

#85ACBC (or 0x85ACBC) is unknown color: approx Botticelli. HEX triplet: 85, AC and BC. RGB value is (133,172,188). Sum of RGB (Red+Green+Blue) = 133+172+188=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #85ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACBC is #7A5343. Grayscale: #A2A2A2. Windows color (decimal): -8016708 or 12364933. OLE color: 12364933.

HSL color Cylindrical-coordinate representation of color #85ACBC: hue angle of 197.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85ACBC is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133172188-
CMYK0.290.0900.26
HSL197.45º29.1%62.94%-
HSV(B)197.45º29.26%73.73%-
XYZ33.538.1253.17-
YUV162.16142.58107.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=26.98%
G=34.89%
B=38.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331721880.290.0900.26197.4529.162.94
Hex85ACBC1D901Ac51d3f
Octal20525427435110323053577
Binary1000010110101100101111001110110010110101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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