#B18BBA

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

Shades of East Side #B18BBA

Tints of East Side #B18BBA

Color information

#B18BBA (or 0xB18BBA) is unknown color: approx East Side. HEX triplet: B1, 8B and BA. RGB value is (177,139,186). Sum of RGB (Red+Green+Blue) = 177+139+186=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BBA is #4E7445. Grayscale: #9B9B9B. Windows color (decimal): -5141574 or 12225457. OLE color: 12225457.

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

Color convert

RGB177139186-
CMYK0.050.2500.27
HSL288.51º25.41%63.73%-
HSV(B)288.51º25.27%72.94%-
XYZ36.2331.3650.6-
YUV155.72145.09143.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=35.26%
G=27.69%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771391860.050.2500.27288.5125.4163.73
HexB18BBA51901B1211940
Octal26121327253103344131100
Binary10110001100010111011101010111001011011100100001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18BBA; }

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

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

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

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

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

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

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

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