#89ACBA

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

Shades of Botticelli #89ACBA

Tints of Botticelli #89ACBA

Color information

#89ACBA (or 0x89ACBA) is unknown color: approx Botticelli. HEX triplet: 89, AC and BA. RGB value is (137,172,186). Sum of RGB (Red+Green+Blue) = 137+172+186=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #89ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACBA is #765345. Grayscale: #A3A3A3. Windows color (decimal): -7754566 or 12233865. OLE color: 12233865.

HSL color Cylindrical-coordinate representation of color #89ACBA: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89ACBA is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137172186-
CMYK0.260.0800.27
HSL197.14º26.2%63.33%-
HSV(B)197.14º26.34%72.94%-
XYZ33.9338.3752.07-
YUV163.13140.9109.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=27.68%
G=34.75%
B=37.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371721860.260.0800.27197.1426.263.33
Hex89ACBA1A801Bc51a3f
Octal21125427232100333053277
Binary1000100110101100101110101101010000110111100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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