#BF9CBA

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

Shades of Lilac #BF9CBA

Tints of Lilac #BF9CBA

Color information

#BF9CBA (or 0xBF9CBA) is unknown color: approx Lilac. HEX triplet: BF, 9C and BA. RGB value is (191,156,186). Sum of RGB (Red+Green+Blue) = 191+156+186=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CBA is #406345. Grayscale: #A9A9A9. Windows color (decimal): -4219718 or 12229823. OLE color: 12229823.

HSL color Cylindrical-coordinate representation of color #BF9CBA: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9CBA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191156186-
CMYK00.180.030.25
HSL308.57º21.47%68.04%-
HSV(B)308.57º18.32%74.9%-
XYZ42.2438.451.64-
YUV169.88137.1143.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=35.83%
G=29.27%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115618600.180.030.25308.5721.4768.04
HexBF9CBA0123191351544
Octal27723427202233146525104
Binary1011111110011100101110100100101111001100110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CBA; }

 p { color: rgb(191,156,186); }

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

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

 a { background-color: rgb(191,156,186); }

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

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

 span { border-color: rgb(191,156,186); }

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