#B588BD

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

Shades of East Side #B588BD

Tints of East Side #B588BD

Color information

#B588BD (or 0xB588BD) is unknown color: approx East Side. HEX triplet: B5, 88 and BD. RGB value is (181,136,189). Sum of RGB (Red+Green+Blue) = 181+136+189=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #B588BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588BD is #4A7742. Grayscale: #9B9B9B. Windows color (decimal): -4880195 or 12421301. OLE color: 12421301.

HSL color Cylindrical-coordinate representation of color #B588BD: hue angle of 290.94º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B588BD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181136189-
CMYK0.040.2800.26
HSL290.94º28.65%63.73%-
HSV(B)290.94º28.04%74.12%-
XYZ37.0531.1152.2-
YUV155.5146.91146.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=35.77%
G=26.88%
B=37.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811361890.040.2800.26290.9428.6563.73
HexB588BD41C01A1231d40
Octal26521027543403244335100
Binary10110101100010001011110110011100011010100100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588BD; }

 p { color: rgb(181,136,189); }

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

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

 a { background-color: rgb(181,136,189); }

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

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

 span { border-color: rgb(181,136,189); }

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