#B18BBB

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

Shades of East Side #B18BBB

Tints of East Side #B18BBB

Color information

#B18BBB (or 0xB18BBB) is unknown color: approx East Side. HEX triplet: B1, 8B and BB. RGB value is (177,139,187). Sum of RGB (Red+Green+Blue) = 177+139+187=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B18BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBB is #4E7444. Grayscale: #9B9B9B. Windows color (decimal): -5141573 or 12290993. OLE color: 12290993.

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

Color convert

RGB177139187-
CMYK0.050.2600.27
HSL287.5º26.09%63.92%-
HSV(B)287.5º25.67%73.33%-
XYZ36.3331.451.16-
YUV155.83145.59143.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=35.19%
G=27.63%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771391870.050.2600.27287.526.0963.92
HexB18BBB51A01B1201a40
Octal26121327353203344032100
Binary10110001100010111011101110111010011011100100000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BBB; }

 p { color: rgb(177,139,187); }

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

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

 a { background-color: rgb(177,139,187); }

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

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

 span { border-color: rgb(177,139,187); }

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