#B48ACB

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

Shades of East Side #B48ACB

Tints of East Side #B48ACB

Color information

#B48ACB (or 0xB48ACB) is unknown color: approx East Side. HEX triplet: B4, 8A and CB. RGB value is (180,138,203). Sum of RGB (Red+Green+Blue) = 180+138+203=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B48ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ACB is #4B7534. Grayscale: #9D9D9D. Windows color (decimal): -4945205 or 13339316. OLE color: 13339316.

HSL color Cylindrical-coordinate representation of color #B48ACB: hue angle of 278.77º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48ACB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180138203-
CMYK0.110.3200.20
HSL278.77º38.46%66.86%-
HSV(B)278.77º32.02%79.61%-
XYZ38.6932.1960.67-
YUV157.97153.41143.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=34.55%
G=26.49%
B=38.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801382030.110.3200.20278.7738.4666.86
HexB48ACBB200141172643
Octal264212313134002442746103
Binary10110100100010101100101110111000000101001000101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ACB; }

 p { color: rgb(180,138,203); }

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

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

 a { background-color: rgb(180,138,203); }

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

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

 span { border-color: rgb(180,138,203); }

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