#B49BC4

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

Shades of East Side #B49BC4

Tints of East Side #B49BC4

Color information

#B49BC4 (or 0xB49BC4) is unknown color: approx East Side. HEX triplet: B4, 9B and C4. RGB value is (180,155,196). Sum of RGB (Red+Green+Blue) = 180+155+196=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #B49BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BC4 is #4B643B. Grayscale: #A7A7A7. Windows color (decimal): -4940860 or 12884916. OLE color: 12884916.

HSL color Cylindrical-coordinate representation of color #B49BC4: hue angle of 276.59º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B49BC4 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180155196-
CMYK0.080.2100.23
HSL276.59º25.79%68.82%-
HSV(B)276.59º20.92%76.86%-
XYZ40.5137.1357.26-
YUV167.15144.28137.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=33.90%
G=29.19%
B=36.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801551960.080.2100.23276.5925.7968.82
HexB49BC48150171151a45
Octal264233304102502742532105
Binary101101001001101111000100100010101010111100010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BC4; }

 p { color: rgb(180,155,196); }

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

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

 a { background-color: rgb(180,155,196); }

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

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

 span { border-color: rgb(180,155,196); }

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