#BFA9C3

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

Shades of Lola #BFA9C3

Tints of Lola #BFA9C3

Color information

#BFA9C3 (or 0xBFA9C3) is unknown color: approx Lola. HEX triplet: BF, A9 and C3. RGB value is (191,169,195). Sum of RGB (Red+Green+Blue) = 191+169+195=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFA9C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA9C3 is #40563C. Grayscale: #B2B2B2. Windows color (decimal): -4216381 or 12822975. OLE color: 12822975.

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

Color convert

RGB191169195-
CMYK0.020.1300.24
HSL290.77º17.81%71.37%-
HSV(B)290.77º13.33%76.47%-
XYZ45.5243.3957.61-
YUV178.54137.29136.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=34.41%
G=30.45%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911691950.020.1300.24290.7717.8171.37
HexBFA9C32D0181231247
Octal27725130321503044322107
Binary101111111010100111000011101101011000100100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9C3; }

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

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

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

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

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

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

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

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