#B58EBB

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

Shades of East Side #B58EBB

Tints of East Side #B58EBB

Color information

#B58EBB (or 0xB58EBB) is unknown color: approx East Side. HEX triplet: B5, 8E and BB. RGB value is (181,142,187). Sum of RGB (Red+Green+Blue) = 181+142+187=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B58EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EBB is #4A7144. Grayscale: #9E9E9E. Windows color (decimal): -4878661 or 12291765. OLE color: 12291765.

HSL color Cylindrical-coordinate representation of color #B58EBB: hue angle of 292º 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 #B58EBB is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181142187-
CMYK0.030.2400.27
HSL292º24.86%64.51%-
HSV(B)292º24.06%73.33%-
XYZ37.732.7651.35-
YUV158.79143.92143.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=35.49%
G=27.84%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811421870.030.2400.2729224.8664.51
HexB58EBB31801B1241941
Octal26521627333003344431101
Binary1011010110001110101110111111000011011100100100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EBB; }

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

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

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

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

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

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

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

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