#B18ABE

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

Shades of East Side #B18ABE

Tints of East Side #B18ABE

Color information

#B18ABE (or 0xB18ABE) is unknown color: approx East Side. HEX triplet: B1, 8A and BE. RGB value is (177,138,190). Sum of RGB (Red+Green+Blue) = 177+138+190=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #B18ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ABE is #4E7541. Grayscale: #9B9B9B. Windows color (decimal): -5141826 or 12487345. OLE color: 12487345.

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

Color convert

RGB177138190-
CMYK0.070.2700.25
HSL285º28.57%64.31%-
HSV(B)285º27.37%74.51%-
XYZ36.5131.2452.82-
YUV155.59147.42143.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=35.05%
G=27.33%
B=37.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771381900.070.2700.2528528.5764.31
HexB18ABE71B01911d1d40
Octal26121227673303143535100
Binary10110001100010101011111011111011011001100011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ABE; }

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

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

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

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

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

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

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

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