#89B7BA

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

Shades of Botticelli #89B7BA

Tints of Botticelli #89B7BA

Color information

#89B7BA (or 0x89B7BA) is unknown color: approx Botticelli. HEX triplet: 89, B7 and BA. RGB value is (137,183,186). Sum of RGB (Red+Green+Blue) = 137+183+186=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7BA is #764845. Grayscale: #A9A9A9. Windows color (decimal): -7751750 or 12236681. OLE color: 12236681.

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

Color convert

RGB137183186-
CMYK0.260.0200.27
HSL183.67º26.2%63.33%-
HSV(B)183.67º26.34%72.94%-
XYZ36.1142.7352.8-
YUV169.59137.26104.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.08%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=27.08%
G=36.17%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371831860.260.0200.27183.6726.263.33
Hex89B7BA1A201Bb81a3f
Octal2112672723220332703277
Binary10001001101101111011101011010100110111011100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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