#BFA9C6

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

Shades of Lola #BFA9C6

Tints of Lola #BFA9C6

Color information

#BFA9C6 (or 0xBFA9C6) is unknown color: approx Lola. HEX triplet: BF, A9 and C6. RGB value is (191,169,198). Sum of RGB (Red+Green+Blue) = 191+169+198=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C6 is #405639. Grayscale: #B2B2B2. Windows color (decimal): -4216378 or 13019583. OLE color: 13019583.

HSL color Cylindrical-coordinate representation of color #BFA9C6: hue angle of 285.52º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFA9C6 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191169198-
CMYK0.040.1500.22
HSL285.52º20.28%71.96%-
HSV(B)285.52º14.65%77.65%-
XYZ45.8743.5359.41-
YUV178.88138.79136.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 198 (77.73% from 255) = 35.48%
R=34.23%
G=30.29%
B=35.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911691980.040.1500.22285.5220.2871.96
HexBFA9C64F01611e1448
Octal27725130641702643624110
Binary1011111110101001110001101001111010110100011110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9C6; }

 p { color: rgb(191,169,198); }

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

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

 a { background-color: rgb(191,169,198); }

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

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

 span { border-color: rgb(191,169,198); }

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