#89B0BE

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

Shades of Botticelli #89B0BE

Tints of Botticelli #89B0BE

Color information

#89B0BE (or 0x89B0BE) is unknown color: approx Botticelli. HEX triplet: 89, B0 and BE. RGB value is (137,176,190). Sum of RGB (Red+Green+Blue) = 137+176+190=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0BE is #764F41. Grayscale: #A5A5A5. Windows color (decimal): -7753538 or 12497033. OLE color: 12497033.

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

Color convert

RGB137176190-
CMYK0.280.0700.25
HSL195.85º28.96%64.12%-
HSV(B)195.85º27.89%74.51%-
XYZ35.1440.0954.6-
YUV165.94141.58107.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.24%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=27.24%
G=34.99%
B=37.77%

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
Decimal1371761900.280.0700.25195.8528.9664.12
Hex89B0BE1C7019c41d40
Octal21126027634703130435100
Binary1000100110110000101111101110011101100111000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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