#89AEBB

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

Shades of Botticelli #89AEBB

Tints of Botticelli #89AEBB

Color information

#89AEBB (or 0x89AEBB) is unknown color: approx Botticelli. HEX triplet: 89, AE and BB. RGB value is (137,174,187). Sum of RGB (Red+Green+Blue) = 137+174+187=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #89AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBB is #765144. Grayscale: #A4A4A4. Windows color (decimal): -7754053 or 12299913. OLE color: 12299913.

HSL color Cylindrical-coordinate representation of color #89AEBB: hue angle of 195.6º 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 #89AEBB is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137174187-
CMYK0.270.0700.27
HSL195.6º26.88%63.53%-
HSV(B)195.6º26.74%73.33%-
XYZ34.4239.1852.76-
YUV164.42140.74108.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.51%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=27.51%
G=34.94%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371741870.270.0700.27195.626.8863.53
Hex89AEBB1B701Bc41b40
Octal21125627333703330433100
Binary1000100110101110101110111101111101101111000100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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