#B889CF

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

Shades of East Side #B889CF

Tints of East Side #B889CF

Color information

#B889CF (or 0xB889CF) is unknown color: approx East Side. HEX triplet: B8, 89 and CF. RGB value is (184,137,207). Sum of RGB (Red+Green+Blue) = 184+137+207=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #B889CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889CF is #477630. Grayscale: #9E9E9E. Windows color (decimal): -4683313 or 13601208. OLE color: 13601208.

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

Color convert

RGB184137207-
CMYK0.110.3400.19
HSL280.29º42.17%67.45%-
HSV(B)280.29º33.82%81.18%-
XYZ39.9832.5963.21-
YUV159.03155.07145.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=34.85%
G=25.95%
B=39.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841372070.110.3400.19280.2942.1767.45
HexB889CFB220131182a43
Octal270211317134202343052103
Binary10111000100010011100111110111000100100111000110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889CF; }

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

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

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

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

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

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

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

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