#BFB6C1

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

Shades of Lola #BFB6C1

Tints of Lola #BFB6C1

Color information

#BFB6C1 (or 0xBFB6C1) is unknown color: approx Lola. HEX triplet: BF, B6 and C1. RGB value is (191,182,193). Sum of RGB (Red+Green+Blue) = 191+182+193=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C1 is #40493E. Grayscale: #B9B9B9. Windows color (decimal): -4213055 or 12695231. OLE color: 12695231.

HSL color Cylindrical-coordinate representation of color #BFB6C1: hue angle of 289.09º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB6C1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191182193-
CMYK0.010.0600.24
HSL289.09º8.15%73.53%-
HSV(B)289.09º5.7%75.69%-
XYZ47.8448.3857.27-
YUV185.94131.98131.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=33.75%
G=32.16%
B=34.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911821930.010.0600.24289.098.1573.53
HexBFB6C11601812184a
Octal2772663011603044110112
Binary101111111011011011000001111001100010010000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6C1; }

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

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

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

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

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

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

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

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