#BF90C9

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

Shades of Lilac #BF90C9

Tints of Lilac #BF90C9

Color information

#BF90C9 (or 0xBF90C9) is unknown color: approx Lilac. HEX triplet: BF, 90 and C9. RGB value is (191,144,201). Sum of RGB (Red+Green+Blue) = 191+144+201=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF90C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C9 is #406F36. Grayscale: #A4A4A4. Windows color (decimal): -4222775 or 13209791. OLE color: 13209791.

HSL color Cylindrical-coordinate representation of color #BF90C9: hue angle of 289.47º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF90C9 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191144201-
CMYK0.050.2800.21
HSL289.47º34.55%67.65%-
HSV(B)289.47º28.36%78.82%-
XYZ4235.2459.85-
YUV164.55148.57146.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=35.63%
G=26.87%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911442010.050.2800.21289.4734.5567.65
HexBF90C951C0151212344
Octal27722031153402544143104
Binary101111111001000011001001101111000101011001000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90C9; }

 p { color: rgb(191,144,201); }

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

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

 a { background-color: rgb(191,144,201); }

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

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

 span { border-color: rgb(191,144,201); }

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