#B089BB

Color #B089BB East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B089BB

Tints of East Side #B089BB

Color information

#B089BB (or 0xB089BB) is unknown color: approx East Side. HEX triplet: B0, 89 and BB. RGB value is (176,137,187). Sum of RGB (Red+Green+Blue) = 176+137+187=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #B089BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089BB is #4F7644. Grayscale: #9A9A9A. Windows color (decimal): -5207621 or 12290480. OLE color: 12290480.

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

Color convert

RGB176137187-
CMYK0.060.2700.27
HSL286.8º26.88%63.53%-
HSV(B)286.8º26.74%73.33%-
XYZ35.8230.7151.05-
YUV154.36146.42143.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 137 (53.91% from 255) = 27.4%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=35.2%
G=27.4%
B=37.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761371870.060.2700.27286.826.8863.53
HexB089BB61B01B11f1b40
Octal26021127363303343733100
Binary10110000100010011011101111011011011011100011111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089BB; }

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

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

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

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

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

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

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

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