#BF96B4

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

Shades of Lily #BF96B4

Tints of Lily #BF96B4

Color information

#BF96B4 (or 0xBF96B4) is unknown color: approx Lily. HEX triplet: BF, 96 and B4. RGB value is (191,150,180). Sum of RGB (Red+Green+Blue) = 191+150+180=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96B4 is #40694B. Grayscale: #A5A5A5. Windows color (decimal): -4221260 or 11835071. OLE color: 11835071.

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

Color convert

RGB191150180-
CMYK00.210.060.25
HSL316.1º24.26%66.86%-
HSV(B)316.1º21.47%74.9%-
XYZ40.6336.1848.02-
YUV165.68136.08146.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=36.66%
G=28.79%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115018000.210.060.25316.124.2666.86
HexBF96B401561913c1843
Octal27722626402563147430103
Binary10111111100101101011010001010111011001100111100110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96B4; }

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

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

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

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

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

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

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

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