#BFA8C2

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

Shades of Lola #BFA8C2

Tints of Lola #BFA8C2

Color information

#BFA8C2 (or 0xBFA8C2) is unknown color: approx Lola. HEX triplet: BF, A8 and C2. RGB value is (191,168,194). Sum of RGB (Red+Green+Blue) = 191+168+194=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFA8C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA8C2 is #40573D. Grayscale: #B1B1B1. Windows color (decimal): -4216638 or 12757183. OLE color: 12757183.

HSL color Cylindrical-coordinate representation of color #BFA8C2: hue angle of 293.08º 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 #BFA8C2 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191168194-
CMYK0.020.1300.24
HSL293.08º17.57%70.98%-
HSV(B)293.08º13.4%76.08%-
XYZ45.2342.9856.95-
YUV177.84137.12137.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=34.54%
G=30.38%
B=35.08%

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
Decimal1911681940.020.1300.24293.0817.5770.98
HexBFA8C22D0181251247
Octal27725030221503044522107
Binary101111111010100011000010101101011000100100101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8C2; }

 p { color: rgb(191,168,194); }

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

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

 a { background-color: rgb(191,168,194); }

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

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

 span { border-color: rgb(191,168,194); }

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