#89B1BA

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

Shades of Botticelli #89B1BA

Tints of Botticelli #89B1BA

Color information

#89B1BA (or 0x89B1BA) is unknown color: approx Botticelli. HEX triplet: 89, B1 and BA. RGB value is (137,177,186). Sum of RGB (Red+Green+Blue) = 137+177+186=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #89B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1BA is #764E45. Grayscale: #A5A5A5. Windows color (decimal): -7753286 or 12235145. OLE color: 12235145.

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

Color convert

RGB137177186-
CMYK0.260.0500.27
HSL191.02º26.2%63.33%-
HSV(B)191.02º26.34%72.94%-
XYZ34.940.3152.4-
YUV166.07139.25107.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.4%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=27.4%
G=35.4%
B=37.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371771860.260.0500.27191.0226.263.33
Hex89B1BA1A501Bbf1a3f
Octal2112612723250332773277
Binary100010011011000110111010110101010110111011111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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