#BD8BBF

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

Shades of Lilac #BD8BBF

Tints of Lilac #BD8BBF

Color information

#BD8BBF (or 0xBD8BBF) is unknown color: approx Lilac. HEX triplet: BD, 8B and BF. RGB value is (189,139,191). Sum of RGB (Red+Green+Blue) = 189+139+191=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BBF is #427440. Grayscale: #9F9F9F. Windows color (decimal): -4355137 or 12553149. OLE color: 12553149.

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

Color convert

RGB189139191-
CMYK0.010.2700.25
HSL297.69º28.89%64.71%-
HSV(B)297.69º27.23%74.9%-
XYZ39.6233.0553.58-
YUV159.88145.56148.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 191 (75% from 255) = 36.80%
R=36.42%
G=26.78%
B=36.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891391910.010.2700.25297.6928.8964.71
HexBD8BBF11B01912a1d41
Octal27521327713303145235101
Binary101111011000101110111111111011011001100101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BBF; }

 p { color: rgb(189,139,191); }

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

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

 a { background-color: rgb(189,139,191); }

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

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

 span { border-color: rgb(189,139,191); }

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