#B990BE

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

Shades of Lilac #B990BE

Tints of Lilac #B990BE

Color information

#B990BE (or 0xB990BE) is unknown color: approx Lilac. HEX triplet: B9, 90 and BE. RGB value is (185,144,190). Sum of RGB (Red+Green+Blue) = 185+144+190=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #B990BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BE is #466F41. Grayscale: #A1A1A1. Windows color (decimal): -4616002 or 12488889. OLE color: 12488889.

HSL color Cylindrical-coordinate representation of color #B990BE: hue angle of 293.48º 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 #B990BE is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185144190-
CMYK0.030.2400.25
HSL293.48º26.14%65.49%-
HSV(B)293.48º24.21%74.51%-
XYZ39.2833.9853.2-
YUV161.5144.08144.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=35.65%
G=27.75%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851441900.030.2400.25293.4826.1465.49
HexB990BE3180191251a41
Octal27122027633003144532101
Binary1011100110010000101111101111000011001100100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BE; }

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

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

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

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

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

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

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

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