#BF9BAE

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

Shades of Lily #BF9BAE

Tints of Lily #BF9BAE

Color information

#BF9BAE (or 0xBF9BAE) is unknown color: approx Lily. HEX triplet: BF, 9B and AE. RGB value is (191,155,174). Sum of RGB (Red+Green+Blue) = 191+155+174=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9BAE is #406451. Grayscale: #A7A7A7. Windows color (decimal): -4219986 or 11443135. OLE color: 11443135.

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

Color convert

RGB191155174-
CMYK00.190.090.25
HSL328.33º21.95%67.84%-
HSV(B)328.33º18.85%74.9%-
XYZ40.8537.5845.14-
YUV167.93131.43144.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=36.73%
G=29.81%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115517400.190.090.25328.3321.9567.84
HexBF9BAE0139191481644
Octal277233256023113151026104
Binary101111111001101110101110010011100111001101001000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9BAE; }

 p { color: rgb(191,155,174); }

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

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

 a { background-color: rgb(191,155,174); }

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

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

 span { border-color: rgb(191,155,174); }

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