#BF96B6

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

Shades of Lily #BF96B6

Tints of Lily #BF96B6

Color information

#BF96B6 (or 0xBF96B6) is unknown color: approx Lily. HEX triplet: BF, 96 and B6. RGB value is (191,150,182). Sum of RGB (Red+Green+Blue) = 191+150+182=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96B6 is #406949. Grayscale: #A5A5A5. Windows color (decimal): -4221258 or 11966143. OLE color: 11966143.

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

Color convert

RGB191150182-
CMYK00.210.050.25
HSL313.17º24.26%66.86%-
HSV(B)313.17º21.47%74.9%-
XYZ40.8436.2749.1-
YUV165.91137.08145.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=36.52%
G=28.68%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115018200.210.050.25313.1724.2666.86
HexBF96B60155191391843
Octal27722626602553147130103
Binary10111111100101101011011001010110111001100111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96B6; }

 p { color: rgb(191,150,182); }

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

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

 a { background-color: rgb(191,150,182); }

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

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

 span { border-color: rgb(191,150,182); }

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