#B49ABF

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

Shades of East Side #B49ABF

Tints of East Side #B49ABF

Color information

#B49ABF (or 0xB49ABF) is unknown color: approx East Side. HEX triplet: B4, 9A and BF. RGB value is (180,154,191). Sum of RGB (Red+Green+Blue) = 180+154+191=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #B49ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABF is #4B6540. Grayscale: #A5A5A5. Windows color (decimal): -4941121 or 12556980. OLE color: 12556980.

HSL color Cylindrical-coordinate representation of color #B49ABF: hue angle of 282.16º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49ABF is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180154191-
CMYK0.060.1900.25
HSL282.16º22.42%67.65%-
HSV(B)282.16º19.37%74.9%-
XYZ39.7836.5854.25-
YUV165.99142.11137.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 191 (75% from 255) = 36.38%
R=34.29%
G=29.33%
B=36.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801541910.060.1900.25282.1622.4267.65
HexB49ABF61301911a1644
Octal26423227762303143226104
Binary10110100100110101011111111010011011001100011010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ABF; }

 p { color: rgb(180,154,191); }

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

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

 a { background-color: rgb(180,154,191); }

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

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

 span { border-color: rgb(180,154,191); }

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