#B289BE

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

Shades of East Side #B289BE

Tints of East Side #B289BE

Color information

#B289BE (or 0xB289BE) is unknown color: approx East Side. HEX triplet: B2, 89 and BE. RGB value is (178,137,190). Sum of RGB (Red+Green+Blue) = 178+137+190=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B289BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289BE is #4D7641. Grayscale: #9B9B9B. Windows color (decimal): -5076546 or 12487090. OLE color: 12487090.

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

Color convert

RGB178137190-
CMYK0.060.2800.25
HSL286.42º28.96%64.12%-
HSV(B)286.42º27.89%74.51%-
XYZ36.631.0752.78-
YUV155.3147.58144.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=35.25%
G=27.13%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781371900.060.2800.25286.4228.9664.12
HexB289BE61C01911e1d40
Octal26221127663403143635100
Binary10110010100010011011111011011100011001100011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289BE; }

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

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

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

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

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

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

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

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