#BFB1C3

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

Shades of Lola #BFB1C3

Tints of Lola #BFB1C3

Color information

#BFB1C3 (or 0xBFB1C3) is unknown color: approx Lola. HEX triplet: BF, B1 and C3. RGB value is (191,177,195). Sum of RGB (Red+Green+Blue) = 191+177+195=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1C3 is #404E3C. Grayscale: #B7B7B7. Windows color (decimal): -4214333 or 12825023. OLE color: 12825023.

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

Color convert

RGB191177195-
CMYK0.020.0900.24
HSL286.67º13.04%72.94%-
HSV(B)286.67º9.23%76.47%-
XYZ47.0646.4658.12-
YUV183.24134.64133.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 177 (69.53% from 255) = 31.44%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=33.93%
G=31.44%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911771950.020.0900.24286.6713.0472.94
HexBFB1C32901811fd49
Octal27726130321103043715111
Binary10111111101100011100001110100101100010001111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1C3; }

 p { color: rgb(191,177,195); }

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

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

 a { background-color: rgb(191,177,195); }

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

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

 span { border-color: rgb(191,177,195); }

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