#BF93C9

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

Shades of Lilac #BF93C9

Tints of Lilac #BF93C9

Color information

#BF93C9 (or 0xBF93C9) is unknown color: approx Lilac. HEX triplet: BF, 93 and C9. RGB value is (191,147,201). Sum of RGB (Red+Green+Blue) = 191+147+201=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93C9 is #406C36. Grayscale: #A6A6A6. Windows color (decimal): -4222007 or 13210559. OLE color: 13210559.

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

Color convert

RGB191147201-
CMYK0.050.2700.21
HSL288.89º33.33%68.24%-
HSV(B)288.89º26.87%78.82%-
XYZ42.4636.1660-
YUV166.31147.58145.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=35.44%
G=27.27%
B=37.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911472010.050.2700.21288.8933.3368.24
HexBF93C951B0151212144
Octal27722331153302544141104
Binary101111111001001111001001101110110101011001000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93C9; }

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

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

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

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

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

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

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

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