#89B5BA

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

Shades of Botticelli #89B5BA

Tints of Botticelli #89B5BA

Color information

#89B5BA (or 0x89B5BA) is unknown color: approx Botticelli. HEX triplet: 89, B5 and BA. RGB value is (137,181,186). Sum of RGB (Red+Green+Blue) = 137+181+186=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B5BA is #764A45. Grayscale: #A8A8A8. Windows color (decimal): -7752262 or 12236169. OLE color: 12236169.

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

Color convert

RGB137181186-
CMYK0.260.0300.27
HSL186.12º26.2%63.33%-
HSV(B)186.12º26.34%72.94%-
XYZ35.741.9152.66-
YUV168.41137.92105.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=27.18%
G=35.91%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371811860.260.0300.27186.1226.263.33
Hex89B5BA1A301Bba1a3f
Octal2112652723230332723277
Binary10001001101101011011101011010110110111011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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