#89ACBB

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

Shades of Botticelli #89ACBB

Tints of Botticelli #89ACBB

Color information

#89ACBB (or 0x89ACBB) is unknown color: approx Botticelli. HEX triplet: 89, AC and BB. RGB value is (137,172,187). Sum of RGB (Red+Green+Blue) = 137+172+187=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #89ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACBB is #765344. Grayscale: #A3A3A3. Windows color (decimal): -7754565 or 12299401. OLE color: 12299401.

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

Color convert

RGB137172187-
CMYK0.270.0800.27
HSL198º26.88%63.53%-
HSV(B)198º26.74%73.33%-
XYZ34.0438.4152.63-
YUV163.24141.4109.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=27.62%
G=34.68%
B=37.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371721870.270.0800.2719826.8863.53
Hex89ACBB1B801Bc61b40
Octal211254273331003330633100
Binary10001001101011001011101111011100001101111000110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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