#BF94AD

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

Shades of Lily #BF94AD

Tints of Lily #BF94AD

Color information

#BF94AD (or 0xBF94AD) is unknown color: approx Lily. HEX triplet: BF, 94 and AD. RGB value is (191,148,173). Sum of RGB (Red+Green+Blue) = 191+148+173=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94AD is #406B52. Grayscale: #A3A3A3. Windows color (decimal): -4221779 or 11375807. OLE color: 11375807.

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

Color convert

RGB191148173-
CMYK00.230.090.25
HSL325.12º25.15%66.47%-
HSV(B)325.12º22.51%74.9%-
XYZ39.6235.2744.26-
YUV163.71133.25147.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=37.30%
G=28.91%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114817300.230.090.25325.1225.1566.47
HexBF94AD0179191451942
Octal277224255027113150531102
Binary101111111001010010101101010111100111001101000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94AD; }

 p { color: rgb(191,148,173); }

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

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

 a { background-color: rgb(191,148,173); }

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

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

 span { border-color: rgb(191,148,173); }

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