#BF9CB9

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

Shades of Lily #BF9CB9

Tints of Lily #BF9CB9

Color information

#BF9CB9 (or 0xBF9CB9) is unknown color: approx Lily. HEX triplet: BF, 9C and B9. RGB value is (191,156,185). Sum of RGB (Red+Green+Blue) = 191+156+185=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9CB9 is #406346. Grayscale: #A9A9A9. Windows color (decimal): -4219719 or 12164287. OLE color: 12164287.

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

Color convert

RGB191156185-
CMYK00.180.030.25
HSL310.29º21.47%68.04%-
HSV(B)310.29º18.32%74.9%-
XYZ42.1338.3651.08-
YUV169.77136.6143.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=35.90%
G=29.32%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115618500.180.030.25310.2921.4768.04
HexBF9CB90123191361544
Octal27723427102233146625104
Binary1011111110011100101110010100101111001100110110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CB9; }

 p { color: rgb(191,156,185); }

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

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

 a { background-color: rgb(191,156,185); }

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

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

 span { border-color: rgb(191,156,185); }

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