#BF9AB2

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

Shades of Lily #BF9AB2

Tints of Lily #BF9AB2

Color information

#BF9AB2 (or 0xBF9AB2) is unknown color: approx Lily. HEX triplet: BF, 9A and B2. RGB value is (191,154,178). Sum of RGB (Red+Green+Blue) = 191+154+178=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AB2 is #40654D. Grayscale: #A7A7A7. Windows color (decimal): -4220238 or 11705023. OLE color: 11705023.

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

Color convert

RGB191154178-
CMYK00.190.070.25
HSL321.08º22.42%67.65%-
HSV(B)321.08º19.37%74.9%-
XYZ41.0837.447.17-
YUV167.8133.76144.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 178 (69.92% from 255) = 34.03%
R=36.52%
G=29.45%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115417800.190.070.25321.0822.4267.65
HexBF9AB20137191411644
Octal27723226202373150126104
Binary10111111100110101011001001001111111001101000001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AB2; }

 p { color: rgb(191,154,178); }

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

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

 a { background-color: rgb(191,154,178); }

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

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

 span { border-color: rgb(191,154,178); }

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