#B879BE

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

Shades of East Side #B879BE

Tints of East Side #B879BE

Color information

#B879BE (or 0xB879BE) is unknown color: approx East Side. HEX triplet: B8, 79 and BE. RGB value is (184,121,190). Sum of RGB (Red+Green+Blue) = 184+121+190=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #B879BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B879BE is #478641. Grayscale: #939393. Windows color (decimal): -4687426 or 12483000. OLE color: 12483000.

HSL color Cylindrical-coordinate representation of color #B879BE: hue angle of 294.78º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B879BE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184121190-
CMYK0.030.3600.25
HSL294.78º34.67%60.98%-
HSV(B)294.78º36.32%74.51%-
XYZ35.927.5852.15-
YUV147.7151.87153.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=37.17%
G=24.44%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841211900.030.3600.25294.7834.6760.98
HexB879BE324019127233d
Octal2701712763440314474375
Binary1011100011110011011111011100100011001100100111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B879BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B879BE; }

 p { color: rgb(184,121,190); }

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

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

 a { background-color: rgb(184,121,190); }

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

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

 span { border-color: rgb(184,121,190); }

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