#B48EBB

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

Shades of East Side #B48EBB

Tints of East Side #B48EBB

Color information

#B48EBB (or 0xB48EBB) is unknown color: approx East Side. HEX triplet: B4, 8E and BB. RGB value is (180,142,187). Sum of RGB (Red+Green+Blue) = 180+142+187=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #B48EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EBB is #4B7144. Grayscale: #9E9E9E. Windows color (decimal): -4944197 or 12291764. OLE color: 12291764.

HSL color Cylindrical-coordinate representation of color #B48EBB: hue angle of 290.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B48EBB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180142187-
CMYK0.040.2400.27
HSL290.67º24.86%64.51%-
HSV(B)290.67º24.06%73.33%-
XYZ37.4732.6451.34-
YUV158.49144.09143.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=35.36%
G=27.90%
B=36.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801421870.040.2400.27290.6724.8664.51
HexB48EBB41801B1231941
Octal26421627343003344331101
Binary10110100100011101011101110011000011011100100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EBB; }

 p { color: rgb(180,142,187); }

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

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

 a { background-color: rgb(180,142,187); }

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

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

 span { border-color: rgb(180,142,187); }

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