#BFB0B6

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

Shades of Lily #BFB0B6

Tints of Lily #BFB0B6

Color information

#BFB0B6 (or 0xBFB0B6) is unknown color: approx Lily. HEX triplet: BF, B0 and B6. RGB value is (191,176,182). Sum of RGB (Red+Green+Blue) = 191+176+182=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0B6 is #404F49. Grayscale: #B5B5B5. Windows color (decimal): -4214602 or 11972799. OLE color: 11972799.

HSL color Cylindrical-coordinate representation of color #BFB0B6: hue angle of 336º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB0B6 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB191176182-
CMYK00.080.050.25
HSL336º10.49%71.96%-
HSV(B)336º7.85%74.9%-
XYZ45.4545.550.64-
YUV181.17128.47135.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 176 (69.14% from 255) = 32.06%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=34.79%
G=32.06%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117618200.080.050.2533610.4971.96
HexBFB0B608519150a48
Octal27726026601053152012110
Binary101111111011000010110110010001011100110101000010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0B6; }

 p { color: rgb(191,176,182); }

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

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

 a { background-color: rgb(191,176,182); }

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

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

 span { border-color: rgb(191,176,182); }

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