#BFACC1

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

Shades of Lola #BFACC1

Tints of Lola #BFACC1

Color information

#BFACC1 (or 0xBFACC1) is unknown color: approx Lola. HEX triplet: BF, AC and C1. RGB value is (191,172,193). Sum of RGB (Red+Green+Blue) = 191+172+193=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACC1 is #40533E. Grayscale: #B4B4B4. Windows color (decimal): -4215615 or 12692671. OLE color: 12692671.

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

Color convert

RGB191172193-
CMYK0.010.1100.24
HSL294.29º14.48%71.57%-
HSV(B)294.29º10.88%75.69%-
XYZ45.8644.4356.61-
YUV180.08135.29135.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 193 (75.78% from 255) = 34.71%
R=34.35%
G=30.94%
B=34.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911721930.010.1100.24294.2914.4871.57
HexBFACC11B018126e48
Octal27725430111303044616110
Binary1011111110101100110000011101101100010010011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACC1; }

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

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

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

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

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

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

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

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