#B889C0

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

Shades of East Side #B889C0

Tints of East Side #B889C0

Color information

#B889C0 (or 0xB889C0) is unknown color: approx East Side. HEX triplet: B8, 89 and C0. RGB value is (184,137,192). Sum of RGB (Red+Green+Blue) = 184+137+192=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #B889C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889C0 is #47763F. Grayscale: #9D9D9D. Windows color (decimal): -4683328 or 12618168. OLE color: 12618168.

HSL color Cylindrical-coordinate representation of color #B889C0: hue angle of 291.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B889C0 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184137192-
CMYK0.040.2900.25
HSL291.27º30.39%64.51%-
HSV(B)291.27º28.65%75.29%-
XYZ38.2331.8954.01-
YUV157.32147.57147.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=35.87%
G=26.71%
B=37.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841371920.040.2900.25291.2730.3964.51
HexB889C041D0191231e41
Octal27021130043503144336101
Binary10111000100010011100000010011101011001100100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889C0; }

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

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

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

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

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

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

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

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