#89AEBD

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

Shades of Botticelli #89AEBD

Tints of Botticelli #89AEBD

Color information

#89AEBD (or 0x89AEBD) is unknown color: approx Botticelli. HEX triplet: 89, AE and BD. RGB value is (137,174,189). Sum of RGB (Red+Green+Blue) = 137+174+189=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #89AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBD is #765142. Grayscale: #A4A4A4. Windows color (decimal): -7754051 or 12430985. OLE color: 12430985.

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

Color convert

RGB137174189-
CMYK0.280.0800.26
HSL197.31º28.26%63.92%-
HSV(B)197.31º27.51%74.12%-
XYZ34.6439.2653.9-
YUV164.65141.74108.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=27.4%
G=34.8%
B=37.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371741890.280.0800.26197.3128.2663.92
Hex89AEBD1C801Ac51c40
Octal211256275341003230534100
Binary10001001101011101011110111100100001101011000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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