#89B1BE

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

Shades of Botticelli #89B1BE

Tints of Botticelli #89B1BE

Color information

#89B1BE (or 0x89B1BE) is unknown color: approx Botticelli. HEX triplet: 89, B1 and BE. RGB value is (137,177,190). Sum of RGB (Red+Green+Blue) = 137+177+190=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1BE is #764E41. Grayscale: #A6A6A6. Windows color (decimal): -7753282 or 12497289. OLE color: 12497289.

HSL color Cylindrical-coordinate representation of color #89B1BE: hue angle of 194.72º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89B1BE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137177190-
CMYK0.280.0700.25
HSL194.72º28.96%64.12%-
HSV(B)194.72º27.89%74.51%-
XYZ35.3340.4854.67-
YUV166.52141.25106.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.18%
GREEN value IS 177 (69.53% from 255) = 35.12%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=27.18%
G=35.12%
B=37.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371771900.280.0700.25194.7228.9664.12
Hex89B1BE1C7019c31d40
Octal21126127634703130335100
Binary1000100110110001101111101110011101100111000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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