#BF98BB

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

Shades of Lilac #BF98BB

Tints of Lilac #BF98BB

Color information

#BF98BB (or 0xBF98BB) is unknown color: approx Lilac. HEX triplet: BF, 98 and BB. RGB value is (191,152,187). Sum of RGB (Red+Green+Blue) = 191+152+187=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98BB is #406744. Grayscale: #A7A7A7. Windows color (decimal): -4220741 or 12294335. OLE color: 12294335.

HSL color Cylindrical-coordinate representation of color #BF98BB: hue angle of 306.15º 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 #BF98BB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191152187-
CMYK00.200.020.25
HSL306.15º23.35%67.25%-
HSV(B)306.15º20.42%74.9%-
XYZ41.6837.1251.98-
YUV167.65138.92144.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=36.04%
G=28.68%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115218700.200.020.25306.1523.3567.25
HexBF98BB0142191321743
Octal27723027302423146227103
Binary1011111110011000101110110101001011001100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF98BB; }

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

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

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

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

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

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

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

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