#B979BE

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

Shades of East Side #B979BE

Tints of East Side #B979BE

Color information

#B979BE (or 0xB979BE) is unknown color: approx East Side. HEX triplet: B9, 79 and BE. RGB value is (185,121,190). Sum of RGB (Red+Green+Blue) = 185+121+190=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B979BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979BE is #468641. Grayscale: #939393. Windows color (decimal): -4621890 or 12483001. OLE color: 12483001.

HSL color Cylindrical-coordinate representation of color #B979BE: hue angle of 295.65º 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 #B979BE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185121190-
CMYK0.030.3600.25
HSL295.65º34.67%60.98%-
HSV(B)295.65º36.32%74.51%-
XYZ36.1427.7152.16-
YUV148151.7154.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=37.30%
G=24.40%
B=38.31%

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
Decimal1851211900.030.3600.25295.6534.6760.98
HexB979BE324019128233d
Octal2711712763440314504375
Binary1011100111110011011111011100100011001100101000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979BE; }

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

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

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

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

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

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

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

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