#89B4BB

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

Shades of Botticelli #89B4BB

Tints of Botticelli #89B4BB

Color information

#89B4BB (or 0x89B4BB) is unknown color: approx Botticelli. HEX triplet: 89, B4 and BB. RGB value is (137,180,187). Sum of RGB (Red+Green+Blue) = 137+180+187=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #89B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4BB is #764B44. Grayscale: #A7A7A7. Windows color (decimal): -7752517 or 12301449. OLE color: 12301449.

HSL color Cylindrical-coordinate representation of color #89B4BB: hue angle of 188.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B4BB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137180187-
CMYK0.270.0400.27
HSL188.4º26.88%63.53%-
HSV(B)188.4º26.74%73.33%-
XYZ35.6141.5553.16-
YUV167.94138.75105.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=27.18%
G=35.71%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371801870.270.0400.27188.426.8863.53
Hex89B4BB1B401Bbc1b40
Octal21126427333403327433100
Binary1000100110110100101110111101110001101110111100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,180,187); }

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

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

 a { background-color: rgb(137,180,187); }

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

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

 span { border-color: rgb(137,180,187); }

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