#B18ABD

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

Shades of East Side #B18ABD

Tints of East Side #B18ABD

Color information

#B18ABD (or 0xB18ABD) is unknown color: approx East Side. HEX triplet: B1, 8A and BD. RGB value is (177,138,189). Sum of RGB (Red+Green+Blue) = 177+138+189=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #B18ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18ABD is #4E7542. Grayscale: #9B9B9B. Windows color (decimal): -5141827 or 12421809. OLE color: 12421809.

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

Color convert

RGB177138189-
CMYK0.060.2700.26
HSL285.88º27.87%64.12%-
HSV(B)285.88º26.98%74.12%-
XYZ36.4131.252.25-
YUV155.48146.92143.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=35.12%
G=27.38%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771381890.060.2700.26285.8827.8764.12
HexB18ABD61B01A11e1c40
Octal26121227563303243634100
Binary10110001100010101011110111011011011010100011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18ABD; }

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

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

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

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

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

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

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

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