#BFA5C1

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

Shades of Lola #BFA5C1

Tints of Lola #BFA5C1

Color information

#BFA5C1 (or 0xBFA5C1) is unknown color: approx Lola. HEX triplet: BF, A5 and C1. RGB value is (191,165,193). Sum of RGB (Red+Green+Blue) = 191+165+193=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFA5C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5C1 is #405A3E. Grayscale: #AFAFAF. Windows color (decimal): -4217407 or 12690879. OLE color: 12690879.

HSL color Cylindrical-coordinate representation of color #BFA5C1: hue angle of 295.71º degrees, saturation: 0.18, 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 #BFA5C1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191165193-
CMYK0.010.1500.24
HSL295.71º18.42%70.2%-
HSV(B)295.71º14.51%75.69%-
XYZ44.5741.8456.18-
YUV175.97137.61138.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=34.79%
G=30.05%
B=35.15%

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
Decimal1911651930.010.1500.24295.7118.4270.2
HexBFA5C11F0181281246
Octal27724530111703045022106
Binary10111111101001011100000111111011000100101000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA5C1; }

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

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

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

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

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

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

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

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