#BF9AB3

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

Shades of Lily #BF9AB3

Tints of Lily #BF9AB3

Color information

#BF9AB3 (or 0xBF9AB3) is unknown color: approx Lily. HEX triplet: BF, 9A and B3. RGB value is (191,154,179). Sum of RGB (Red+Green+Blue) = 191+154+179=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AB3 is #40654C. Grayscale: #A7A7A7. Windows color (decimal): -4220237 or 11770559. OLE color: 11770559.

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

Color convert

RGB191154179-
CMYK00.190.060.25
HSL319.46º22.42%67.65%-
HSV(B)319.46º19.37%74.9%-
XYZ41.1837.4447.7-
YUV167.91134.26144.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=36.45%
G=29.39%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115417900.190.060.25319.4622.4267.65
HexBF9AB301361913f1644
Octal27723226302363147726104
Binary10111111100110101011001101001111011001100111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AB3; }

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

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

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

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

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

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

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

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