#B49CC5

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

Shades of East Side #B49CC5

Tints of East Side #B49CC5

Color information

#B49CC5 (or 0xB49CC5) is unknown color: approx East Side. HEX triplet: B4, 9C and C5. RGB value is (180,156,197). Sum of RGB (Red+Green+Blue) = 180+156+197=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #B49CC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CC5 is #4B633A. Grayscale: #A7A7A7. Windows color (decimal): -4940603 or 12950708. OLE color: 12950708.

HSL color Cylindrical-coordinate representation of color #B49CC5: hue angle of 275.12º 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 #B49CC5 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180156197-
CMYK0.090.2100.23
HSL275.12º26.11%69.22%-
HSV(B)275.12º20.81%77.25%-
XYZ40.7937.5157.91-
YUV167.85144.45136.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=33.77%
G=29.27%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801561970.090.2100.23275.1226.1169.22
HexB49CC59150171131a45
Octal264234305112502742332105
Binary101101001001110011000101100110101010111100010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CC5; }

 p { color: rgb(180,156,197); }

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

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

 a { background-color: rgb(180,156,197); }

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

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

 span { border-color: rgb(180,156,197); }

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