#89B0BD

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

Shades of Botticelli #89B0BD

Tints of Botticelli #89B0BD

Color information

#89B0BD (or 0x89B0BD) is unknown color: approx Botticelli. HEX triplet: 89, B0 and BD. RGB value is (137,176,189). Sum of RGB (Red+Green+Blue) = 137+176+189=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #89B0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0BD is #764F42. Grayscale: #A5A5A5. Windows color (decimal): -7753539 or 12431497. OLE color: 12431497.

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

Color convert

RGB137176189-
CMYK0.280.0700.26
HSL195º28.26%63.92%-
HSV(B)195º27.51%74.12%-
XYZ35.0340.0454.03-
YUV165.82141.08107.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=27.29%
G=35.06%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371761890.280.0700.2619528.2663.92
Hex89B0BD1C701Ac31c40
Octal21126027534703230334100
Binary1000100110110000101111011110011101101011000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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