#89AEBA

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

Shades of Botticelli #89AEBA

Tints of Botticelli #89AEBA

Color information

#89AEBA (or 0x89AEBA) is unknown color: approx Botticelli. HEX triplet: 89, AE and BA. RGB value is (137,174,186). Sum of RGB (Red+Green+Blue) = 137+174+186=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #89AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBA is #765145. Grayscale: #A4A4A4. Windows color (decimal): -7754054 or 12234377. OLE color: 12234377.

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

Color convert

RGB137174186-
CMYK0.260.0600.27
HSL194.69º26.2%63.33%-
HSV(B)194.69º26.34%72.94%-
XYZ34.3239.1452.2-
YUV164.3140.24108.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.57%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=27.57%
G=35.01%
B=37.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371741860.260.0600.27194.6926.263.33
Hex89AEBA1A601Bc31a3f
Octal2112562723260333033277
Binary100010011010111010111010110101100110111100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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