#B49BC3

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

Shades of East Side #B49BC3

Tints of East Side #B49BC3

Color information

#B49BC3 (or 0xB49BC3) is unknown color: approx East Side. HEX triplet: B4, 9B and C3. RGB value is (180,155,195). Sum of RGB (Red+Green+Blue) = 180+155+195=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #B49BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BC3 is #4B643C. Grayscale: #A6A6A6. Windows color (decimal): -4940861 or 12819380. OLE color: 12819380.

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

Color convert

RGB180155195-
CMYK0.080.2100.24
HSL277.5º25%68.63%-
HSV(B)277.5º20.51%76.47%-
XYZ40.3937.0956.66-
YUV167.04143.78137.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=33.96%
G=29.25%
B=36.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801551950.080.2100.24277.52568.63
HexB49BC38150181161945
Octal264233303102503042631105
Binary101101001001101111000011100010101011000100010110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BC3; }

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

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

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

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

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

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

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

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