#BFA6C9

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

Shades of Lola #BFA6C9

Tints of Lola #BFA6C9

Color information

#BFA6C9 (or 0xBFA6C9) is unknown color: approx Lola. HEX triplet: BF, A6 and C9. RGB value is (191,166,201). Sum of RGB (Red+Green+Blue) = 191+166+201=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA6C9 is #405936. Grayscale: #B1B1B1. Windows color (decimal): -4217143 or 13215423. OLE color: 13215423.

HSL color Cylindrical-coordinate representation of color #BFA6C9: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA6C9 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191166201-
CMYK0.050.1700.21
HSL282.86º24.48%71.96%-
HSV(B)282.86º17.41%78.82%-
XYZ45.6642.5761.07-
YUV177.46141.28137.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=34.23%
G=29.75%
B=36.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911662010.050.1700.21282.8624.4871.96
HexBFA6C951101511b1848
Octal27724631152102543330110
Binary10111111101001101100100110110001010101100011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6C9; }

 p { color: rgb(191,166,201); }

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

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

 a { background-color: rgb(191,166,201); }

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

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

 span { border-color: rgb(191,166,201); }

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