#B990BD

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

Shades of Lilac #B990BD

Tints of Lilac #B990BD

Color information

#B990BD (or 0xB990BD) is unknown color: approx Lilac. HEX triplet: B9, 90 and BD. RGB value is (185,144,189). Sum of RGB (Red+Green+Blue) = 185+144+189=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #B990BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BD is #466F42. Grayscale: #A1A1A1. Windows color (decimal): -4616003 or 12423353. OLE color: 12423353.

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

Color convert

RGB185144189-
CMYK0.020.2400.26
HSL294.67º25.42%65.29%-
HSV(B)294.67º23.81%74.12%-
XYZ39.1733.9352.63-
YUV161.39143.58144.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=35.71%
G=27.80%
B=36.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851441890.020.2400.26294.6725.4265.29
HexB990BD21801A1271941
Octal27122027523003244731101
Binary1011100110010000101111011011000011010100100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BD; }

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

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

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

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

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

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

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

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