#B18DBA

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

Shades of East Side #B18DBA

Tints of East Side #B18DBA

Color information

#B18DBA (or 0xB18DBA) is unknown color: approx East Side. HEX triplet: B1, 8D and BA. RGB value is (177,141,186). Sum of RGB (Red+Green+Blue) = 177+141+186=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 186 - color contains mainly: blue. Hex color #B18DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DBA is #4E7245. Grayscale: #9C9C9C. Windows color (decimal): -5141062 or 12225969. OLE color: 12225969.

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

Color convert

RGB177141186-
CMYK0.050.2400.27
HSL288º24.59%64.12%-
HSV(B)288º24.19%72.94%-
XYZ36.5231.9450.7-
YUV156.89144.43142.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=35.12%
G=27.98%
B=36.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771411860.050.2400.2728824.5964.12
HexB18DBA51801B1201940
Octal26121527253003344031100
Binary10110001100011011011101010111000011011100100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DBA; }

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

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

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

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

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

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

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

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