#B388BE

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

Shades of East Side #B388BE

Tints of East Side #B388BE

Color information

#B388BE (or 0xB388BE) is unknown color: approx East Side. HEX triplet: B3, 88 and BE. RGB value is (179,136,190). Sum of RGB (Red+Green+Blue) = 179+136+190=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B388BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BE is #4C7741. Grayscale: #9A9A9A. Windows color (decimal): -5011266 or 12486835. OLE color: 12486835.

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

Color convert

RGB179136190-
CMYK0.060.2800.25
HSL287.78º29.35%63.92%-
HSV(B)287.78º28.42%74.51%-
XYZ36.6930.9152.75-
YUV155.01147.75145.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=35.45%
G=26.93%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791361900.060.2800.25287.7829.3563.92
HexB388BE61C0191201d40
Octal26321027663403144035100
Binary10110011100010001011111011011100011001100100000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388BE; }

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

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

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

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

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

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

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

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