#B18ABA

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

Shades of East Side #B18ABA

Tints of East Side #B18ABA

Color information

#B18ABA (or 0xB18ABA) is unknown color: approx East Side. HEX triplet: B1, 8A and BA. RGB value is (177,138,186). Sum of RGB (Red+Green+Blue) = 177+138+186=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ABA is #4E7545. Grayscale: #9A9A9A. Windows color (decimal): -5141830 or 12225201. OLE color: 12225201.

HSL color Cylindrical-coordinate representation of color #B18ABA: hue angle of 288.75º 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 #B18ABA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177138186-
CMYK0.050.2600.27
HSL288.75º25.81%63.53%-
HSV(B)288.75º25.81%72.94%-
XYZ36.0831.0750.55-
YUV155.13145.42143.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=35.33%
G=27.54%
B=37.13%

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
Decimal1771381860.050.2600.27288.7525.8163.53
HexB18ABA51A01B1211a40
Octal26121227253203344132100
Binary10110001100010101011101010111010011011100100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ABA; }

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

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

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

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

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

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

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

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