#BD90BE

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

Shades of Lilac #BD90BE

Tints of Lilac #BD90BE

Color information

#BD90BE (or 0xBD90BE) is unknown color: approx Lilac. HEX triplet: BD, 90 and BE. RGB value is (189,144,190). Sum of RGB (Red+Green+Blue) = 189+144+190=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90BE is #426F41. Grayscale: #A2A2A2. Windows color (decimal): -4353858 or 12488893. OLE color: 12488893.

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

Color convert

RGB189144190-
CMYK0.010.2400.25
HSL298.7º26.14%65.49%-
HSV(B)298.7º24.21%74.51%-
XYZ40.2534.4853.25-
YUV162.7143.41146.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=36.14%
G=27.53%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891441900.010.2400.25298.726.1465.49
HexBD90BE11801912b1a41
Octal27522027613003145332101
Binary101111011001000010111110111000011001100101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD90BE; }

 p { color: rgb(189,144,190); }

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

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

 a { background-color: rgb(189,144,190); }

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

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

 span { border-color: rgb(189,144,190); }

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