#B388BD

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

Shades of East Side #B388BD

Tints of East Side #B388BD

Color information

#B388BD (or 0xB388BD) is unknown color: approx East Side. HEX triplet: B3, 88 and BD. RGB value is (179,136,189). Sum of RGB (Red+Green+Blue) = 179+136+189=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B388BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BD is #4C7742. Grayscale: #9A9A9A. Windows color (decimal): -5011267 or 12421299. OLE color: 12421299.

HSL color Cylindrical-coordinate representation of color #B388BD: hue angle of 288.68º 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 #B388BD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179136189-
CMYK0.050.2800.26
HSL288.68º28.65%63.73%-
HSV(B)288.68º28.04%74.12%-
XYZ36.5830.8752.17-
YUV154.9147.25145.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=35.52%
G=26.98%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791361890.050.2800.26288.6828.6563.73
HexB388BD51C01A1211d40
Octal26321027553403244135100
Binary10110011100010001011110110111100011010100100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388BD; }

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

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

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

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

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

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

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

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