#BFA8B8

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

Shades of Lily #BFA8B8

Tints of Lily #BFA8B8

Color information

#BFA8B8 (or 0xBFA8B8) is unknown color: approx Lily. HEX triplet: BF, A8 and B8. RGB value is (191,168,184). Sum of RGB (Red+Green+Blue) = 191+168+184=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 184 (72.27% from 255 or 33.89% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8B8 is #405747. Grayscale: #B0B0B0. Windows color (decimal): -4216648 or 12101823. OLE color: 12101823.

HSL color Cylindrical-coordinate representation of color #BFA8B8: hue angle of 318.26º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA8B8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191168184-
CMYK00.120.040.25
HSL318.26º15.23%70.39%-
HSV(B)318.26º12.04%74.9%-
XYZ44.1442.5451.23-
YUV176.7132.12138.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 168 (66.02% from 255) = 30.94%
BLUE value IS 184 (72.27% from 255) = 33.89%
R=35.17%
G=30.94%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116818400.120.040.25318.2615.2370.39
HexBFA8B80C41913ef46
Octal27725027001443147617106
Binary101111111010100010111000011001001100110011111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8B8; }

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

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

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

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

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

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

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

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