#B59AC8

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

Shades of East Side #B59AC8

Tints of East Side #B59AC8

Color information

#B59AC8 (or 0xB59AC8) is unknown color: approx East Side. HEX triplet: B5, 9A and C8. RGB value is (181,154,200). Sum of RGB (Red+Green+Blue) = 181+154+200=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #B59AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AC8 is #4A6537. Grayscale: #A7A7A7. Windows color (decimal): -4875576 or 13146805. OLE color: 13146805.

HSL color Cylindrical-coordinate representation of color #B59AC8: hue angle of 275.22º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59AC8 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181154200-
CMYK0.090.2300.22
HSL275.22º29.49%69.41%-
HSV(B)275.22º23%78.43%-
XYZ41.0437.1159.64-
YUV167.32146.45137.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=33.83%
G=28.79%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811542000.090.2300.22275.2229.4969.41
HexB59AC89170161131d45
Octal265232310112702642335105
Binary101101011001101011001000100110111010110100010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AC8; }

 p { color: rgb(181,154,200); }

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

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

 a { background-color: rgb(181,154,200); }

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

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

 span { border-color: rgb(181,154,200); }

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