#85ACB9

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

Shades of Botticelli #85ACB9

Tints of Botticelli #85ACB9

Color information

#85ACB9 (or 0x85ACB9) is unknown color: approx Botticelli. HEX triplet: 85, AC and B9. RGB value is (133,172,185). Sum of RGB (Red+Green+Blue) = 133+172+185=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #85ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACB9 is #7A5346. Grayscale: #A1A1A1. Windows color (decimal): -8016711 or 12168325. OLE color: 12168325.

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

Color convert

RGB133172185-
CMYK0.280.0700.27
HSL195º27.08%62.35%-
HSV(B)195º28.11%72.55%-
XYZ33.1837.9951.48-
YUV161.82141.08107.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=27.14%
G=35.10%
B=37.76%

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
Decimal1331721850.280.0700.2719527.0862.35
Hex85ACB91C701Bc31b3e
Octal2052542713470333033376
Binary100001011010110010111001111001110110111100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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