#B889C6

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

Shades of East Side #B889C6

Tints of East Side #B889C6

Color information

#B889C6 (or 0xB889C6) is unknown color: approx East Side. HEX triplet: B8, 89 and C6. RGB value is (184,137,198). Sum of RGB (Red+Green+Blue) = 184+137+198=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #B889C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889C6 is #477639. Grayscale: #9D9D9D. Windows color (decimal): -4683322 or 13011384. OLE color: 13011384.

HSL color Cylindrical-coordinate representation of color #B889C6: hue angle of 286.23º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B889C6 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184137198-
CMYK0.070.3100.22
HSL286.23º34.86%65.69%-
HSV(B)286.23º30.81%77.65%-
XYZ38.9132.1657.58-
YUV158.01150.57146.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 198 (77.73% from 255) = 38.15%
R=35.45%
G=26.40%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841371980.070.3100.22286.2334.8665.69
HexB889C671F01611e2342
Octal27021130673702643643102
Binary101110001000100111000110111111110101101000111101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889C6; }

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

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

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

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

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

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

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

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