#BFA4C1

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

Shades of Lola #BFA4C1

Tints of Lola #BFA4C1

Color information

#BFA4C1 (or 0xBFA4C1) is unknown color: approx Lola. HEX triplet: BF, A4 and C1. RGB value is (191,164,193). Sum of RGB (Red+Green+Blue) = 191+164+193=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4C1 is #405B3E. Grayscale: #AFAFAF. Windows color (decimal): -4217663 or 12690623. OLE color: 12690623.

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

Color convert

RGB191164193-
CMYK0.010.1500.24
HSL295.86º18.95%70%-
HSV(B)295.86º15.03%75.69%-
XYZ44.3941.4856.12-
YUV175.38137.95139.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.85%
GREEN value IS 164 (64.45% from 255) = 29.93%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=34.85%
G=29.93%
B=35.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911641930.010.1500.24295.8618.9570
HexBFA4C11F0181281346
Octal27724430111703045023106
Binary10111111101001001100000111111011000100101000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4C1; }

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

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

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

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

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

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

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

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