#B392BB

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

Shades of East Side #B392BB

Tints of East Side #B392BB

Color information

#B392BB (or 0xB392BB) is unknown color: approx East Side. HEX triplet: B3, 92 and BB. RGB value is (179,146,187). Sum of RGB (Red+Green+Blue) = 179+146+187=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #B392BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B392BB is #4C6D44. Grayscale: #A0A0A0. Windows color (decimal): -5008709 or 12292787. OLE color: 12292787.

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

Color convert

RGB179146187-
CMYK0.040.2200.27
HSL288.29º23.16%65.29%-
HSV(B)288.29º21.93%73.33%-
XYZ37.8433.7351.53-
YUV160.54142.93141.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=34.96%
G=28.52%
B=36.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791461870.040.2200.27288.2923.1665.29
HexB392BB41601B1201741
Octal26322227342603344027101
Binary10110011100100101011101110010110011011100100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B392BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B392BB; }

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

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

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

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

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

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

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

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