#BF94B4

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

Shades of Lily #BF94B4

Tints of Lily #BF94B4

Color information

#BF94B4 (or 0xBF94B4) is unknown color: approx Lily. HEX triplet: BF, 94 and B4. RGB value is (191,148,180). Sum of RGB (Red+Green+Blue) = 191+148+180=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94B4 is #406B4B. Grayscale: #A4A4A4. Windows color (decimal): -4221772 or 11834559. OLE color: 11834559.

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

Color convert

RGB191148180-
CMYK00.230.060.25
HSL315.35º25.15%66.47%-
HSV(B)315.35º22.51%74.9%-
XYZ40.3135.5547.92-
YUV164.5136.75146.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=36.80%
G=28.52%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114818000.230.060.25315.3525.1566.47
HexBF94B401761913b1942
Octal27722426402763147331102
Binary10111111100101001011010001011111011001100111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94B4; }

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

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

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

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

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

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

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

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