#89B3BB

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

Shades of Botticelli #89B3BB

Tints of Botticelli #89B3BB

Color information

#89B3BB (or 0x89B3BB) is unknown color: approx Botticelli. HEX triplet: 89, B3 and BB. RGB value is (137,179,187). Sum of RGB (Red+Green+Blue) = 137+179+187=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #89B3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3BB is #764C44. Grayscale: #A7A7A7. Windows color (decimal): -7752773 or 12301193. OLE color: 12301193.

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

Color convert

RGB137179187-
CMYK0.270.0400.27
HSL189.6º26.88%63.53%-
HSV(B)189.6º26.74%73.33%-
XYZ35.4141.1553.09-
YUV167.35139.09106.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=27.24%
G=35.59%
B=37.18%

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
Decimal1371791870.270.0400.27189.626.8863.53
Hex89B3BB1B401Bbe1b40
Octal21126327333403327633100
Binary1000100110110011101110111101110001101110111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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