#B289BB

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

Shades of East Side #B289BB

Tints of East Side #B289BB

Color information

#B289BB (or 0xB289BB) is unknown color: approx East Side. HEX triplet: B2, 89 and BB. RGB value is (178,137,187). Sum of RGB (Red+Green+Blue) = 178+137+187=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B289BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289BB is #4D7644. Grayscale: #9A9A9A. Windows color (decimal): -5076549 or 12290482. OLE color: 12290482.

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

Color convert

RGB178137187-
CMYK0.050.2700.27
HSL289.2º26.88%63.53%-
HSV(B)289.2º26.74%73.33%-
XYZ36.2830.9451.07-
YUV154.96146.08144.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=35.46%
G=27.29%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781371870.050.2700.27289.226.8863.53
HexB289BB51B01B1211b40
Octal26221127353303344133100
Binary10110010100010011011101110111011011011100100001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289BB; }

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

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

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

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

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

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

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

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