#B889CE

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

Shades of East Side #B889CE

Tints of East Side #B889CE

Color information

#B889CE (or 0xB889CE) is unknown color: approx East Side. HEX triplet: B8, 89 and CE. RGB value is (184,137,206). Sum of RGB (Red+Green+Blue) = 184+137+206=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B889CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889CE is #477631. Grayscale: #9E9E9E. Windows color (decimal): -4683314 or 13535672. OLE color: 13535672.

HSL color Cylindrical-coordinate representation of color #B889CE: hue angle of 280.87º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B889CE is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184137206-
CMYK0.110.3300.19
HSL280.87º41.32%67.25%-
HSV(B)280.87º33.5%80.78%-
XYZ39.8532.5462.57-
YUV158.92154.57145.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.91%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=34.91%
G=26.00%
B=39.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841372060.110.3300.19280.8741.3267.25
HexB889CEB210131192943
Octal270211316134102343151103
Binary10111000100010011100111010111000010100111000110011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889CE; }

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

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

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

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

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

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

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

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