#BF92B3

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

Shades of Lily #BF92B3

Tints of Lily #BF92B3

Color information

#BF92B3 (or 0xBF92B3) is unknown color: approx Lily. HEX triplet: BF, 92 and B3. RGB value is (191,146,179). Sum of RGB (Red+Green+Blue) = 191+146+179=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF92B3 is #406D4C. Grayscale: #A3A3A3. Windows color (decimal): -4222285 or 11768511. OLE color: 11768511.

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

Color convert

RGB191146179-
CMYK00.240.060.25
HSL316º26.01%66.08%-
HSV(B)316º23.56%74.9%-
XYZ39.934.8947.28-
YUV163.22136.91147.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=37.02%
G=28.29%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114617900.240.060.2531626.0166.08
HexBF92B301861913c1a42
Octal27722226303063147432102
Binary10111111100100101011001101100011011001100111100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92B3; }

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

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

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

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

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

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

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

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