#B889C1

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

Shades of East Side #B889C1

Tints of East Side #B889C1

Color information

#B889C1 (or 0xB889C1) is unknown color: approx East Side. HEX triplet: B8, 89 and C1. RGB value is (184,137,193). Sum of RGB (Red+Green+Blue) = 184+137+193=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #B889C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889C1 is #47763E. Grayscale: #9D9D9D. Windows color (decimal): -4683327 or 12683704. OLE color: 12683704.

HSL color Cylindrical-coordinate representation of color #B889C1: hue angle of 290.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B889C1 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184137193-
CMYK0.050.2900.24
HSL290.36º31.11%64.71%-
HSV(B)290.36º29.02%75.69%-
XYZ38.3431.9354.59-
YUV157.44148.07146.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=35.80%
G=26.65%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841371930.050.2900.24290.3631.1164.71
HexB889C151D0181221f41
Octal27021130153503044237101
Binary10111000100010011100000110111101011000100100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889C1; }

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

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

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

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

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

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

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

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