#BF89C8

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

Shades of Lilac #BF89C8

Tints of Lilac #BF89C8

Color information

#BF89C8 (or 0xBF89C8) is unknown color: approx Lilac. HEX triplet: BF, 89 and C8. RGB value is (191,137,200). Sum of RGB (Red+Green+Blue) = 191+137+200=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF89C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89C8 is #407637. Grayscale: #A0A0A0. Windows color (decimal): -4224568 or 13142463. OLE color: 13142463.

HSL color Cylindrical-coordinate representation of color #BF89C8: hue angle of 291.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF89C8 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191137200-
CMYK0.040.3200.22
HSL291.43º36.42%66.08%-
HSV(B)291.43º31.5%78.43%-
XYZ40.8633.1458.89-
YUV160.33150.39149.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 137 (53.91% from 255) = 25.95%
BLUE value IS 200 (78.52% from 255) = 37.88%
R=36.17%
G=25.95%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911372000.040.3200.22291.4336.4266.08
HexBF89C84200161232442
Octal27721131044002644344102
Binary1011111110001001110010001001000000101101001000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89C8; }

 p { color: rgb(191,137,200); }

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

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

 a { background-color: rgb(191,137,200); }

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

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

 span { border-color: rgb(191,137,200); }

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