#BFB3C1

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

Shades of Lola #BFB3C1

Tints of Lola #BFB3C1

Color information

#BFB3C1 (or 0xBFB3C1) is unknown color: approx Lola. HEX triplet: BF, B3 and C1. RGB value is (191,179,193). Sum of RGB (Red+Green+Blue) = 191+179+193=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFB3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C1 is #404C3E. Grayscale: #B8B8B8. Windows color (decimal): -4213823 or 12694463. OLE color: 12694463.

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

Color convert

RGB191179193-
CMYK0.010.0700.24
HSL291.43º10.14%72.94%-
HSV(B)291.43º7.25%75.69%-
XYZ47.2347.1757.07-
YUV184.18132.98132.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=33.93%
G=31.79%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911791930.010.0700.24291.4310.1472.94
HexBFB3C117018123a49
Octal2772633011703044312111
Binary101111111011001111000001111101100010010001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3C1; }

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

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

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

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

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

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

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

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