#B889BF

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

Shades of East Side #B889BF

Tints of East Side #B889BF

Color information

#B889BF (or 0xB889BF) is unknown color: approx East Side. HEX triplet: B8, 89 and BF. RGB value is (184,137,191). Sum of RGB (Red+Green+Blue) = 184+137+191=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B889BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889BF is #477640. Grayscale: #9D9D9D. Windows color (decimal): -4683329 or 12552632. OLE color: 12552632.

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

Color convert

RGB184137191-
CMYK0.040.2800.25
HSL292.22º29.67%64.31%-
HSV(B)292.22º28.27%74.9%-
XYZ38.1231.8453.43-
YUV157.21147.07147.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.94%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 191 (75% from 255) = 37.30%
R=35.94%
G=26.76%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841371910.040.2800.25292.2229.6764.31
HexB889BF41C0191241e40
Octal27021127743403144436100
Binary10111000100010011011111110011100011001100100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889BF; }

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

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

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

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

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

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

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

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