#89B4BE

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

Shades of Botticelli #89B4BE

Tints of Botticelli #89B4BE

Color information

#89B4BE (or 0x89B4BE) is unknown color: approx Botticelli. HEX triplet: 89, B4 and BE. RGB value is (137,180,190). Sum of RGB (Red+Green+Blue) = 137+180+190=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4BE is #764B41. Grayscale: #A8A8A8. Windows color (decimal): -7752514 or 12498057. OLE color: 12498057.

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

Color convert

RGB137180190-
CMYK0.280.0500.25
HSL191.32º28.96%64.12%-
HSV(B)191.32º27.89%74.51%-
XYZ35.9341.6854.87-
YUV168.28140.25105.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=27.02%
G=35.50%
B=37.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371801900.280.0500.25191.3228.9664.12
Hex89B4BE1C5019bf1d40
Octal21126427634503127735100
Binary1000100110110100101111101110010101100110111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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