#B388BB

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

Shades of East Side #B388BB

Tints of East Side #B388BB

Color information

#B388BB (or 0xB388BB) is unknown color: approx East Side. HEX triplet: B3, 88 and BB. RGB value is (179,136,187). Sum of RGB (Red+Green+Blue) = 179+136+187=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: blue. Hex color #B388BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BB is #4C7744. Grayscale: #9A9A9A. Windows color (decimal): -5011269 or 12290227. OLE color: 12290227.

HSL color Cylindrical-coordinate representation of color #B388BB: hue angle of 290.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B388BB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179136187-
CMYK0.040.2700.27
HSL290.59º27.27%63.33%-
HSV(B)290.59º27.27%73.33%-
XYZ36.3630.7851.04-
YUV154.67146.25145.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=35.66%
G=27.09%
B=37.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791361870.040.2700.27290.5927.2763.33
HexB388BB41B01B1231b3f
Octal2632102734330334433377
Binary1011001110001000101110111001101101101110010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388BB; }

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

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

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

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

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

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

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

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