#BF98C6

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

Shades of Lilac #BF98C6

Tints of Lilac #BF98C6

Color information

#BF98C6 (or 0xBF98C6) is unknown color: approx Lilac. HEX triplet: BF, 98 and C6. RGB value is (191,152,198). Sum of RGB (Red+Green+Blue) = 191+152+198=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF98C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98C6 is #406739. Grayscale: #A8A8A8. Windows color (decimal): -4220730 or 13015231. OLE color: 13015231.

HSL color Cylindrical-coordinate representation of color #BF98C6: hue angle of 290.87º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF98C6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191152198-
CMYK0.040.2300.22
HSL290.87º28.75%68.63%-
HSV(B)290.87º23.23%77.65%-
XYZ42.9137.6158.42-
YUV168.9144.42143.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=35.30%
G=28.10%
B=36.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911521980.040.2300.22290.8728.7568.63
HexBF98C64170161231d45
Octal27723030642702644335105
Binary10111111100110001100011010010111010110100100011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98C6; }

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

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

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

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

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

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

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

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