#BF9AB8

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

Shades of Lily #BF9AB8

Tints of Lily #BF9AB8

Color information

#BF9AB8 (or 0xBF9AB8) is unknown color: approx Lily. HEX triplet: BF, 9A and B8. RGB value is (191,154,184). Sum of RGB (Red+Green+Blue) = 191+154+184=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9AB8 is #406547. Grayscale: #A8A8A8. Windows color (decimal): -4220232 or 12098239. OLE color: 12098239.

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

Color convert

RGB191154184-
CMYK00.190.040.25
HSL311.35º22.42%67.65%-
HSV(B)311.35º19.37%74.9%-
XYZ41.6937.6550.42-
YUV168.48136.76144.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=36.11%
G=29.11%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115418400.190.040.25311.3522.4267.65
HexBF9AB80134191371644
Octal27723227002343146726104
Binary10111111100110101011100001001110011001100110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9AB8; }

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

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

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

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

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

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

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

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