#B18DBE

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

Shades of East Side #B18DBE

Tints of East Side #B18DBE

Color information

#B18DBE (or 0xB18DBE) is unknown color: approx East Side. HEX triplet: B1, 8D and BE. RGB value is (177,141,190). Sum of RGB (Red+Green+Blue) = 177+141+190=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #B18DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DBE is #4E7241. Grayscale: #9D9D9D. Windows color (decimal): -5141058 or 12488113. OLE color: 12488113.

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

Color convert

RGB177141190-
CMYK0.070.2600.25
HSL284.08º27.37%64.9%-
HSV(B)284.08º25.79%74.51%-
XYZ36.9532.1152.97-
YUV157.35146.43142.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=34.84%
G=27.76%
B=37.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771411900.070.2600.25284.0827.3764.9
HexB18DBE71A01911c1b41
Octal26121527673203143433101
Binary10110001100011011011111011111010011001100011100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18DBE; }

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

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

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

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

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

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

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

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