#bf90c0

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

Shades of Lilac #BF90C0

Tints of Lilac #BF90C0

Color information

#BF90C0 (or 0xBF90C0) is unknown color: approx Lilac. HEX triplet: BF, 90 and C0. RGB value is (191,144,192). Sum of RGB (Red+Green+Blue) = 191+144+192=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90C0 is #406F3F. Grayscale: #A3A3A3. Windows color (decimal): -4222784 or 12619967. OLE color: 12619967.

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

Color convert

RGB191144192-
CMYK0.010.2500.25
HSL298.75º27.59%65.88%-
HSV(B)298.75º25%75.29%-
XYZ40.9734.8354.43-
YUV163.52144.07147.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=36.24%
G=27.32%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911441920.010.2500.25298.7527.5965.88
HexBF90C011901912b1c42
Octal27722030013103145334102
Binary101111111001000011000000111001011001100101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf90c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf90c0; }

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

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

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

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

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

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

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

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