#B49DC4

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

Shades of East Side #B49DC4

Tints of East Side #B49DC4

Color information

#B49DC4 (or 0xB49DC4) is unknown color: approx East Side. HEX triplet: B4, 9D and C4. RGB value is (180,157,196). Sum of RGB (Red+Green+Blue) = 180+157+196=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #B49DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DC4 is #4B623B. Grayscale: #A8A8A8. Windows color (decimal): -4940348 or 12885428. OLE color: 12885428.

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

Color convert

RGB180157196-
CMYK0.080.2000.23
HSL275.38º24.84%69.22%-
HSV(B)275.38º19.9%76.86%-
XYZ40.8437.857.37-
YUV168.32143.62136.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.77%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=33.77%
G=29.46%
B=36.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801571960.080.2000.23275.3824.8469.22
HexB49DC48140171131945
Octal264235304102402742331105
Binary101101001001110111000100100010100010111100010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DC4; }

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

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

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

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

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

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

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

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