#B289BF

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

Shades of East Side #B289BF

Tints of East Side #B289BF

Color information

#B289BF (or 0xB289BF) is unknown color: approx East Side. HEX triplet: B2, 89 and BF. RGB value is (178,137,191). Sum of RGB (Red+Green+Blue) = 178+137+191=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B289BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289BF is #4D7640. Grayscale: #9B9B9B. Windows color (decimal): -5076545 or 12552626. OLE color: 12552626.

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

Color convert

RGB178137191-
CMYK0.070.2800.25
HSL285.56º29.67%64.31%-
HSV(B)285.56º28.27%74.9%-
XYZ36.7131.1253.36-
YUV155.42148.08144.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 191 (75% from 255) = 37.75%
R=35.18%
G=27.08%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781371910.070.2800.25285.5629.6764.31
HexB289BF71C01911e1e40
Octal26221127773403143636100
Binary10110010100010011011111111111100011001100011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289BF; }

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

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

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

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

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

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

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

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