#BF98BD

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

Shades of Lilac #BF98BD

Tints of Lilac #BF98BD

Color information

#BF98BD (or 0xBF98BD) is unknown color: approx Lilac. HEX triplet: BF, 98 and BD. RGB value is (191,152,189). Sum of RGB (Red+Green+Blue) = 191+152+189=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98BD is #406742. Grayscale: #A7A7A7. Windows color (decimal): -4220739 or 12425407. OLE color: 12425407.

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

Color convert

RGB191152189-
CMYK00.200.010.25
HSL303.08º23.35%67.25%-
HSV(B)303.08º20.42%74.9%-
XYZ41.937.2153.12-
YUV167.88139.92144.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=35.90%
G=28.57%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115218900.200.010.25303.0823.3567.25
HexBF98BD01411912f1743
Octal27723027502413145727103
Binary101111111001100010111101010100111001100101111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98BD; }

 p { color: rgb(191,152,189); }

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

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

 a { background-color: rgb(191,152,189); }

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

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

 span { border-color: rgb(191,152,189); }

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