#BF92BC

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

Shades of Lilac #BF92BC

Tints of Lilac #BF92BC

Color information

#BF92BC (or 0xBF92BC) is unknown color: approx Lilac. HEX triplet: BF, 92 and BC. RGB value is (191,146,188). Sum of RGB (Red+Green+Blue) = 191+146+188=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92BC is #406D43. Grayscale: #A4A4A4. Windows color (decimal): -4222276 or 12358335. OLE color: 12358335.

HSL color Cylindrical-coordinate representation of color #BF92BC: hue angle of 304º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF92BC is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191146188-
CMYK00.240.020.25
HSL304º26.01%66.08%-
HSV(B)304º23.56%74.9%-
XYZ40.8435.2652.23-
YUV164.24141.41147.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=36.38%
G=27.81%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114618800.240.020.2530426.0166.08
HexBF92BC0182191301a42
Octal27722227403023146032102
Binary1011111110010010101111000110001011001100110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92BC; }

 p { color: rgb(191,146,188); }

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

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

 a { background-color: rgb(191,146,188); }

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

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

 span { border-color: rgb(191,146,188); }

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